Html Css Color HEX #CC2753 Old Rose

📋 copy color: '#CC2753'

red 204 ◦ green 39 ◦ blue 83

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

Shades of Old Rose #CC2753

Tints of Old Rose #CC2753

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 25.46%

R = 62.58%
G = 11.96%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.59

 K value IS 0.2

RGB Variations

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

Color information

#CC2753 (or 0xCC2753) is known color: Old Rose. HEX triplet: CC, 27 and 53. RGB value is (204,39,83). Sum of RGB (Red+Green+Blue) = 204+39+83=326 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.58% from 326); Green value is 39 (15.62% from 255 or 11.96% from 326); Blue value is 83 (32.81% from 255 or 25.46% from 326); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2753 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2753 is #33D8AC. Grayscale: #5D5D5D. Windows color (decimal): -3397805 or 5449676. OLE color: 5449676.

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

Color convert

RGB 204 39 83 -
CMYK 0 0.81 0.59 0.2
HSL 344º 0.68% 0.48% -
HSV(B) 344º 0.81% 0.8% -
XYZ 27.19 14.91 9.63 -
YUV 93.35 122.16 206.92 -
System Red Green Blue C M Y K H S L
Decimal 204 39 83 0 0.81 0.59 0.2 344 0.68 0.48
Hex CC 27 53 0 51 3B 14 158 44 30
Octal 314 47 123 0 121 73 24 530 104 60
Binary 11001100 100111 1010011 0 1010001 111011 10100 101011000 1000100 110000

Color Harmonies of #CC2753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2753

Black with #CC2753

Text Example


Text Example

White with #CC2753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2753; }

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

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

background-color css

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

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

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

border-color css

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

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

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