Html Css Color HEX #CC2357 Old Rose

📋 copy color: '#CC2357'

red 204 ◦ green 35 ◦ blue 87

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

Shades of Old Rose #CC2357

Tints of Old Rose #CC2357

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.74%

 BLUE value IS 87 (34.38% from 255) = 26.69%

R = 62.58%
G = 10.74%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#CC2357 (or 0xCC2357) is known color: Old Rose. HEX triplet: CC, 23 and 57. RGB value is (204,35,87). Sum of RGB (Red+Green+Blue) = 204+35+87=326 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.58% from 326); Green value is 35 (14.06% from 255 or 10.74% from 326); Blue value is 87 (34.38% from 255 or 26.69% from 326); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2357 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2357 is #33DCA8. Grayscale: #5B5B5B. Windows color (decimal): -3398825 or 5710796. OLE color: 5710796.

HSL color Cylindrical-coordinate representation of color #CC2357: hue angle of 341.54º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC2357 is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 35 87 -
CMYK 0 0.83 0.57 0.2
HSL 341.54º 0.71% 0.47% -
HSV(B) 341.54º 0.83% 0.8% -
XYZ 27.22 14.73 10.42 -
YUV 91.46 125.49 208.27 -
System Red Green Blue C M Y K H S L
Decimal 204 35 87 0 0.83 0.57 0.2 341.54 0.71 0.47
Hex CC 23 57 0 53 39 14 156 47 2F
Octal 314 43 127 0 123 71 24 526 107 57
Binary 11001100 100011 1010111 0 1010011 111001 10100 101010110 1000111 101111

Color Harmonies of #CC2357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2357

Black with #CC2357

Text Example


Text Example

White with #CC2357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2357; }

 p { color: rgb(204,35,87); }

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

background-color css

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

 a { background-color: rgb(204,35,87); }

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

border-color css

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

 span { border-color: rgb(204,35,87); }

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