Html Css Color HEX #CC3853 Old Rose

📋 copy color: '#CC3853'

red 204 ◦ green 56 ◦ blue 83

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

Shades of Old Rose #CC3853

Tints of Old Rose #CC3853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 24.2%

R = 59.48%
G = 16.33%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.59

 K value IS 0.2

RGB Variations

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

Color information

#CC3853 (or 0xCC3853) is known color: Old Rose. HEX triplet: CC, 38 and 53. RGB value is (204,56,83). Sum of RGB (Red+Green+Blue) = 204+56+83=343 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.48% from 343); Green value is 56 (22.27% from 255 or 16.33% from 343); Blue value is 83 (32.81% from 255 or 24.20% from 343); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3853 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3853 is #33C7AC. Grayscale: #676767. Windows color (decimal): -3393453 or 5454028. OLE color: 5454028.

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

Color convert

RGB 204 56 83 -
CMYK 0 0.73 0.59 0.2
HSL 349.05º 0.59% 0.51% -
HSV(B) 349.05º 0.73% 0.8% -
XYZ 27.88 16.29 9.86 -
YUV 103.33 116.53 199.8 -
System Red Green Blue C M Y K H S L
Decimal 204 56 83 0 0.73 0.59 0.2 349.05 0.59 0.51
Hex CC 38 53 0 49 3B 14 15D 3B 33
Octal 314 70 123 0 111 73 24 535 73 63
Binary 11001100 111000 1010011 0 1001001 111011 10100 101011101 111011 110011

Color Harmonies of #CC3853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3853

Black with #CC3853

Text Example


Text Example

White with #CC3853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3853; }

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

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

background-color css

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

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

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

border-color css

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

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

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