Html Css Color HEX #CC3858 Old Rose

📋 copy color: '#CC3858'

red 204 ◦ green 56 ◦ blue 88

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

Shades of Old Rose #CC3858

Tints of Old Rose #CC3858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 25.29%

R = 58.62%
G = 16.09%
B = 25.29%

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

#CC3858 (or 0xCC3858) is known color: Old Rose. HEX triplet: CC, 38 and 58. RGB value is (204,56,88). Sum of RGB (Red+Green+Blue) = 204+56+88=348 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.62% from 348); Green value is 56 (22.27% from 255 or 16.09% from 348); Blue value is 88 (34.77% from 255 or 25.29% from 348); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3858 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3858 is #33C7A7. Grayscale: #676767. Windows color (decimal): -3393448 or 5781708. OLE color: 5781708.

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

Color convert

RGB 204 56 88 -
CMYK 0 0.73 0.57 0.2
HSL 347.03º 0.59% 0.51% -
HSV(B) 347.03º 0.73% 0.8% -
XYZ 28.08 16.37 10.91 -
YUV 103.9 119.03 199.4 -
System Red Green Blue C M Y K H S L
Decimal 204 56 88 0 0.73 0.57 0.2 347.03 0.59 0.51
Hex CC 38 58 0 49 39 14 15B 3B 33
Octal 314 70 130 0 111 71 24 533 73 63
Binary 11001100 111000 1011000 0 1001001 111001 10100 101011011 111011 110011

Color Harmonies of #CC3858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3858

Black with #CC3858

Text Example


Text Example

White with #CC3858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3858; }

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

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

background-color css

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

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

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

border-color css

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

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

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