Html Css Color HEX #CC254D Old Rose

📋 copy color: '#CC254D'

red 204 ◦ green 37 ◦ blue 77

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

Shades of Old Rose #CC254D

Tints of Old Rose #CC254D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.21%

R = 64.15%
G = 11.64%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CC254D (or 0xCC254D) is known color: Old Rose. HEX triplet: CC, 25 and 4D. RGB value is (204,37,77). Sum of RGB (Red+Green+Blue) = 204+37+77=318 (42% of max value = 765). Red value is 204 (80.08% from 255 or 64.15% from 318); Green value is 37 (14.84% from 255 or 11.64% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 204 - color contains mainly: red. Hex color #CC254D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC254D is #33DAB2. Grayscale: #5B5B5B. Windows color (decimal): -3398323 or 5055948. OLE color: 5055948.

HSL color Cylindrical-coordinate representation of color #CC254D: hue angle of 345.63º 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 #CC254D is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 37 77 -
CMYK 0 0.82 0.62 0.2
HSL 345.63º 0.69% 0.47% -
HSV(B) 345.63º 0.82% 0.8% -
XYZ 26.9 14.7 8.44 -
YUV 91.49 119.83 208.25 -
System Red Green Blue C M Y K H S L
Decimal 204 37 77 0 0.82 0.62 0.2 345.63 0.69 0.47
Hex CC 25 4D 0 52 3E 14 15A 45 2F
Octal 314 45 115 0 122 76 24 532 105 57
Binary 11001100 100101 1001101 0 1010010 111110 10100 101011010 1000101 101111

Color Harmonies of #CC254D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC254D

Black with #CC254D

Text Example


Text Example

White with #CC254D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC254D; }

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

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

background-color css

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

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

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

border-color css

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

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

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