Html Css Color HEX #CC3954 Old Rose

📋 copy color: '#CC3954'

red 204 ◦ green 57 ◦ blue 84

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

Shades of Old Rose #CC3954

Tints of Old Rose #CC3954

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.52%

 BLUE value IS 84 (33.2% from 255) = 24.35%

R = 59.13%
G = 16.52%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.59

 K value IS 0.2

RGB Variations

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

Color information

#CC3954 (or 0xCC3954) is known color: Old Rose. HEX triplet: CC, 39 and 54. RGB value is (204,57,84). Sum of RGB (Red+Green+Blue) = 204+57+84=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 57 (22.66% from 255 or 16.52% from 345); Blue value is 84 (33.20% from 255 or 24.35% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3954 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3954 is #33C6AB. Grayscale: #686868. Windows color (decimal): -3393196 or 5519820. OLE color: 5519820.

HSL color Cylindrical-coordinate representation of color #CC3954: hue angle of 348.98º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC3954 is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 57 84 -
CMYK 0 0.72 0.59 0.2
HSL 348.98º 0.59% 0.51% -
HSV(B) 348.98º 0.72% 0.8% -
XYZ 27.97 16.4 10.08 -
YUV 104.03 116.7 199.3 -
System Red Green Blue C M Y K H S L
Decimal 204 57 84 0 0.72 0.59 0.2 348.98 0.59 0.51
Hex CC 39 54 0 48 3B 14 15D 3B 33
Octal 314 71 124 0 110 73 24 535 73 63
Binary 11001100 111001 1010100 0 1001000 111011 10100 101011101 111011 110011

Color Harmonies of #CC3954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3954

Black with #CC3954

Text Example


Text Example

White with #CC3954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3954; }

 p { color: rgb(204,57,84); }

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

background-color css

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

 a { background-color: rgb(204,57,84); }

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

border-color css

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

 span { border-color: rgb(204,57,84); }

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