Html Css Color HEX #CC244E Old Rose

📋 copy color: '#CC244E'

red 204 ◦ green 36 ◦ blue 78

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

Shades of Old Rose #CC244E

Tints of Old Rose #CC244E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.32%

 BLUE value IS 78 (30.86% from 255) = 24.53%

R = 64.15%
G = 11.32%
B = 24.53%

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

#CC244E (or 0xCC244E) is known color: Old Rose. HEX triplet: CC, 24 and 4E. RGB value is (204,36,78). Sum of RGB (Red+Green+Blue) = 204+36+78=318 (42% of max value = 765). Red value is 204 (80.08% from 255 or 64.15% from 318); Green value is 36 (14.45% from 255 or 11.32% from 318); Blue value is 78 (30.86% from 255 or 24.53% from 318); Max value from RGB is 204 - color contains mainly: red. Hex color #CC244E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC244E is #33DBB1. Grayscale: #5B5B5B. Windows color (decimal): -3398578 or 5121228. OLE color: 5121228.

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

Color convert

RGB 204 36 78 -
CMYK 0 0.82 0.62 0.2
HSL 345º 0.7% 0.47% -
HSV(B) 345º 0.82% 0.8% -
XYZ 26.91 14.65 8.62 -
YUV 91.02 120.66 208.58 -
System Red Green Blue C M Y K H S L
Decimal 204 36 78 0 0.82 0.62 0.2 345 0.7 0.47
Hex CC 24 4E 0 52 3E 14 159 46 2F
Octal 314 44 116 0 122 76 24 531 106 57
Binary 11001100 100100 1001110 0 1010010 111110 10100 101011001 1000110 101111

Color Harmonies of #CC244E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC244E

Black with #CC244E

Text Example


Text Example

White with #CC244E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC244E; }

 p { color: rgb(204,36,78); }

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

background-color css

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

 a { background-color: rgb(204,36,78); }

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

border-color css

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

 span { border-color: rgb(204,36,78); }

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