Html Css Color HEX #CC254C Old Rose

📋 copy color: '#CC254C'

red 204 ◦ green 37 ◦ blue 76

#CC254C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Rose #CC254C

Tints of Old Rose #CC254C

RGB

 RED value IS 204 (80.08% from 255) = 64.35%

 GREEN value IS 37 (14.84% from 255) = 11.67%

 BLUE value IS 76 (30.08% from 255) = 23.97%

R = 64.35%
G = 11.67%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CC254C (or 0xCC254C) is known color: Old Rose. HEX triplet: CC, 25 and 4C. RGB value is (204,37,76). Sum of RGB (Red+Green+Blue) = 204+37+76=317 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.35% from 317); Green value is 37 (14.84% from 255 or 11.67% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 204 - color contains mainly: red. Hex color #CC254C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC254C is #33DAB3. Grayscale: #5B5B5B. Windows color (decimal): -3398324 or 4990412. OLE color: 4990412.

HSL color Cylindrical-coordinate representation of color #CC254C: hue angle of 345.99º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC254C is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 37 76 -
CMYK 0 0.82 0.63 0.2
HSL 345.99º 0.69% 0.47% -
HSV(B) 345.99º 0.82% 0.8% -
XYZ 26.87 14.68 8.26 -
YUV 91.38 119.33 208.33 -
System Red Green Blue C M Y K H S L
Decimal 204 37 76 0 0.82 0.63 0.2 345.99 0.69 0.47
Hex CC 25 4C 0 52 3F 14 15A 45 2F
Octal 314 45 114 0 122 77 24 532 105 57
Binary 11001100 100101 1001100 0 1010010 111111 10100 101011010 1000101 101111

Color Harmonies of #CC254C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC254C

Black with #CC254C

Text Example


Text Example

White with #CC254C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC254C; }

 p { color: rgb(204,37,76); }

 H1.HeaderClassName
 {
   color: #CC254C;
 }
 .AnyTagClassName
 {
   color: #CC254C;
 }
</style>

background-color css

<style>
 a { background-color: #CC254C; }

 a { background-color: rgb(204,37,76); }

 div.DivClassName
 {
   background-color: #CC254C;
 }
 .BgClassName
 {
   background-color: #CC254C;
 }
</style>

border-color css

<style>
 span { border-color: #CC254C; }

 span { border-color: rgb(204,37,76); }

 td.TdClassName
 {
   border-color: #CC254C;
 }
 .TagClassName
 {
   border-color: #CC254C;
 }
</style>