Html Css Color HEX #CC3854 Old Rose

📋 copy color: '#CC3854'

red 204 ◦ green 56 ◦ blue 84

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

Shades of Old Rose #CC3854

Tints of Old Rose #CC3854

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 24.42%

R = 59.3%
G = 16.28%
B = 24.42%

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

#CC3854 (or 0xCC3854) is known color: Old Rose. HEX triplet: CC, 38 and 54. RGB value is (204,56,84). Sum of RGB (Red+Green+Blue) = 204+56+84=344 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.30% from 344); Green value is 56 (22.27% from 255 or 16.28% from 344); Blue value is 84 (33.20% from 255 or 24.42% from 344); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3854 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3854 is #33C7AB. Grayscale: #676767. Windows color (decimal): -3393452 or 5519564. OLE color: 5519564.

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

Color convert

RGB 204 56 84 -
CMYK 0 0.73 0.59 0.2
HSL 348.65º 0.59% 0.51% -
HSV(B) 348.65º 0.73% 0.8% -
XYZ 27.92 16.31 10.06 -
YUV 103.44 117.03 199.72 -
System Red Green Blue C M Y K H S L
Decimal 204 56 84 0 0.73 0.59 0.2 348.65 0.59 0.51
Hex CC 38 54 0 49 3B 14 15D 3B 33
Octal 314 70 124 0 111 73 24 535 73 63
Binary 11001100 111000 1010100 0 1001001 111011 10100 101011101 111011 110011

Color Harmonies of #CC3854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3854

Black with #CC3854

Text Example


Text Example

White with #CC3854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3854; }

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

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

background-color css

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

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

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

border-color css

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

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

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