Html Css Color HEX #CC3855 Old Rose

📋 copy color: '#CC3855'

red 204 ◦ green 56 ◦ blue 85

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

Shades of Old Rose #CC3855

Tints of Old Rose #CC3855

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.23%

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

R = 59.13%
G = 16.23%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CC3855 (or 0xCC3855) is known color: Old Rose. HEX triplet: CC, 38 and 55. RGB value is (204,56,85). Sum of RGB (Red+Green+Blue) = 204+56+85=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 56 (22.27% from 255 or 16.23% from 345); Blue value is 85 (33.59% from 255 or 24.64% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3855 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3855 is #33C7AA. Grayscale: #676767. Windows color (decimal): -3393451 or 5585100. OLE color: 5585100.

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

Color convert

RGB 204 56 85 -
CMYK 0 0.73 0.58 0.2
HSL 348.24º 0.59% 0.51% -
HSV(B) 348.24º 0.73% 0.8% -
XYZ 27.96 16.32 10.27 -
YUV 103.56 117.53 199.64 -
System Red Green Blue C M Y K H S L
Decimal 204 56 85 0 0.73 0.58 0.2 348.24 0.59 0.51
Hex CC 38 55 0 49 3A 14 15C 3B 33
Octal 314 70 125 0 111 72 24 534 73 63
Binary 11001100 111000 1010101 0 1001001 111010 10100 101011100 111011 110011

Color Harmonies of #CC3855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3855

Black with #CC3855

Text Example


Text Example

White with #CC3855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3855; }

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

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

background-color css

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

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

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

border-color css

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

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

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