Html Css Color HEX #CC2755 Old Rose

📋 copy color: '#CC2755'

red 204 ◦ green 39 ◦ blue 85

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

Shades of Old Rose #CC2755

Tints of Old Rose #CC2755

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.89%

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

R = 62.2%
G = 11.89%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CC2755 (or 0xCC2755) is known color: Old Rose. HEX triplet: CC, 27 and 55. RGB value is (204,39,85). Sum of RGB (Red+Green+Blue) = 204+39+85=328 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.20% from 328); Green value is 39 (15.62% from 255 or 11.89% from 328); Blue value is 85 (33.59% from 255 or 25.91% from 328); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2755 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2755 is #33D8AA. Grayscale: #5D5D5D. Windows color (decimal): -3397803 or 5580748. OLE color: 5580748.

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

Color convert

RGB 204 39 85 -
CMYK 0 0.81 0.58 0.2
HSL 343.27º 0.68% 0.48% -
HSV(B) 343.27º 0.81% 0.8% -
XYZ 27.27 14.94 10.04 -
YUV 93.58 123.16 206.76 -
System Red Green Blue C M Y K H S L
Decimal 204 39 85 0 0.81 0.58 0.2 343.27 0.68 0.48
Hex CC 27 55 0 51 3A 14 157 44 30
Octal 314 47 125 0 121 72 24 527 104 60
Binary 11001100 100111 1010101 0 1010001 111010 10100 101010111 1000100 110000

Color Harmonies of #CC2755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2755

Black with #CC2755

Text Example


Text Example

White with #CC2755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2755; }

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

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

background-color css

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

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

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

border-color css

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

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

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