Html Css Color HEX #CC2D55 Old Rose

📋 copy color: '#CC2D55'

red 204 ◦ green 45 ◦ blue 85

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

Shades of Old Rose #CC2D55

Tints of Old Rose #CC2D55

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.47%

 BLUE value IS 85 (33.59% from 255) = 25.45%

R = 61.08%
G = 13.47%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CC2D55 (or 0xCC2D55) is known color: Old Rose. HEX triplet: CC, 2D and 55. RGB value is (204,45,85). Sum of RGB (Red+Green+Blue) = 204+45+85=334 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.08% from 334); Green value is 45 (17.97% from 255 or 13.47% from 334); Blue value is 85 (33.59% from 255 or 25.45% from 334); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2D55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2D55 is #33D2AA. Grayscale: #616161. Windows color (decimal): -3396267 or 5582284. OLE color: 5582284.

HSL color Cylindrical-coordinate representation of color #CC2D55: hue angle of 344.91º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC2D55 is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 45 85 -
CMYK 0 0.78 0.58 0.2
HSL 344.91º 0.64% 0.49% -
HSV(B) 344.91º 0.78% 0.8% -
XYZ 27.48 15.37 10.11 -
YUV 97.1 121.18 204.25 -
System Red Green Blue C M Y K H S L
Decimal 204 45 85 0 0.78 0.58 0.2 344.91 0.64 0.49
Hex CC 2D 55 0 4E 3A 14 159 40 31
Octal 314 55 125 0 116 72 24 531 100 61
Binary 11001100 101101 1010101 0 1001110 111010 10100 101011001 1000000 110001

Color Harmonies of #CC2D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2D55

Black with #CC2D55

Text Example


Text Example

White with #CC2D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2D55; }

 p { color: rgb(204,45,85); }

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

background-color css

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

 a { background-color: rgb(204,45,85); }

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

border-color css

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

 span { border-color: rgb(204,45,85); }

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