Html Css Color HEX #CC3757 Old Rose

📋 copy color: '#CC3757'

red 204 ◦ green 55 ◦ blue 87

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

Shades of Old Rose #CC3757

Tints of Old Rose #CC3757

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.9%

 BLUE value IS 87 (34.38% from 255) = 25.14%

R = 58.96%
G = 15.9%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#CC3757 (or 0xCC3757) is known color: Old Rose. HEX triplet: CC, 37 and 57. RGB value is (204,55,87). Sum of RGB (Red+Green+Blue) = 204+55+87=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 55 (21.88% from 255 or 15.90% from 346); Blue value is 87 (34.38% from 255 or 25.14% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3757 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3757 is #33C8A8. Grayscale: #676767. Windows color (decimal): -3393705 or 5715916. OLE color: 5715916.

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

Color convert

RGB 204 55 87 -
CMYK 0 0.73 0.57 0.2
HSL 347.11º 0.59% 0.51% -
HSV(B) 347.11º 0.73% 0.8% -
XYZ 27.99 16.26 10.68 -
YUV 103.2 118.86 199.9 -
System Red Green Blue C M Y K H S L
Decimal 204 55 87 0 0.73 0.57 0.2 347.11 0.59 0.51
Hex CC 37 57 0 49 39 14 15B 3B 33
Octal 314 67 127 0 111 71 24 533 73 63
Binary 11001100 110111 1010111 0 1001001 111001 10100 101011011 111011 110011

Color Harmonies of #CC3757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3757

Black with #CC3757

Text Example


Text Example

White with #CC3757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3757; }

 p { color: rgb(204,55,87); }

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

background-color css

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

 a { background-color: rgb(204,55,87); }

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

border-color css

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

 span { border-color: rgb(204,55,87); }

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