Html Css Color HEX #CC3955 Old Rose

📋 copy color: '#CC3955'

red 204 ◦ green 57 ◦ blue 85

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

Shades of Old Rose #CC3955

Tints of Old Rose #CC3955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 24.57%

R = 58.96%
G = 16.47%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CC3955 (or 0xCC3955) is known color: Old Rose. HEX triplet: CC, 39 and 55. RGB value is (204,57,85). Sum of RGB (Red+Green+Blue) = 204+57+85=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 57 (22.66% from 255 or 16.47% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3955 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3955 is #33C6AA. Grayscale: #686868. Windows color (decimal): -3393195 or 5585356. OLE color: 5585356.

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

Color convert

RGB 204 57 85 -
CMYK 0 0.72 0.58 0.2
HSL 348.57º 0.59% 0.51% -
HSV(B) 348.57º 0.72% 0.8% -
XYZ 28 16.42 10.29 -
YUV 104.15 117.2 199.22 -
System Red Green Blue C M Y K H S L
Decimal 204 57 85 0 0.72 0.58 0.2 348.57 0.59 0.51
Hex CC 39 55 0 48 3A 14 15D 3B 33
Octal 314 71 125 0 110 72 24 535 73 63
Binary 11001100 111001 1010101 0 1001000 111010 10100 101011101 111011 110011

Color Harmonies of #CC3955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3955

Black with #CC3955

Text Example


Text Example

White with #CC3955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3955; }

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

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

background-color css

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

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

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

border-color css

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

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

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