Html Css Color HEX #CC3751 Old Rose

📋 copy color: '#CC3751'

red 204 ◦ green 55 ◦ blue 81

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

Shades of Old Rose #CC3751

Tints of Old Rose #CC3751

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 23.82%

R = 60%
G = 16.18%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.60

 K value IS 0.2

RGB Variations

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

Color information

#CC3751 (or 0xCC3751) is known color: Old Rose. HEX triplet: CC, 37 and 51. RGB value is (204,55,81). Sum of RGB (Red+Green+Blue) = 204+55+81=340 (45% of max value = 765). Red value is 204 (80.08% from 255 or 60% from 340); Green value is 55 (21.88% from 255 or 16.18% from 340); Blue value is 81 (32.03% from 255 or 23.82% from 340); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3751 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3751 is #33C8AE. Grayscale: #666666. Windows color (decimal): -3393711 or 5322700. OLE color: 5322700.

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

Color convert

RGB 204 55 81 -
CMYK 0 0.73 0.60 0.2
HSL 349.53º 0.59% 0.51% -
HSV(B) 349.53º 0.73% 0.8% -
XYZ 27.75 16.16 9.44 -
YUV 102.52 115.86 200.39 -
System Red Green Blue C M Y K H S L
Decimal 204 55 81 0 0.73 0.60 0.2 349.53 0.59 0.51
Hex CC 37 51 0 49 3C 14 15E 3B 33
Octal 314 67 121 0 111 74 24 536 73 63
Binary 11001100 110111 1010001 0 1001001 111100 10100 101011110 111011 110011

Color Harmonies of #CC3751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3751

Black with #CC3751

Text Example


Text Example

White with #CC3751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3751; }

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

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

background-color css

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

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

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

border-color css

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

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

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