Html Css Color HEX #CC3851 Old Rose

📋 copy color: '#CC3851'

red 204 ◦ green 56 ◦ blue 81

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

Shades of Old Rose #CC3851

Tints of Old Rose #CC3851

RGB

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

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

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

R = 59.82%
G = 16.42%
B = 23.75%

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

#CC3851 (or 0xCC3851) is known color: Old Rose. HEX triplet: CC, 38 and 51. RGB value is (204,56,81). Sum of RGB (Red+Green+Blue) = 204+56+81=341 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.82% from 341); Green value is 56 (22.27% from 255 or 16.42% from 341); Blue value is 81 (32.03% from 255 or 23.75% from 341); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3851 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3851 is #33C7AE. Grayscale: #676767. Windows color (decimal): -3393455 or 5322956. OLE color: 5322956.

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

Color convert

RGB 204 56 81 -
CMYK 0 0.73 0.60 0.2
HSL 349.86º 0.59% 0.51% -
HSV(B) 349.86º 0.73% 0.8% -
XYZ 27.8 16.26 9.46 -
YUV 103.1 115.53 199.97 -
System Red Green Blue C M Y K H S L
Decimal 204 56 81 0 0.73 0.60 0.2 349.86 0.59 0.51
Hex CC 38 51 0 49 3C 14 15E 3B 33
Octal 314 70 121 0 111 74 24 536 73 63
Binary 11001100 111000 1010001 0 1001001 111100 10100 101011110 111011 110011

Color Harmonies of #CC3851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3851

Black with #CC3851

Text Example


Text Example

White with #CC3851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3851; }

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

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

background-color css

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

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

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

border-color css

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

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

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