Html Css Color HEX #CC2553 Old Rose

📋 copy color: '#CC2553'

red 204 ◦ green 37 ◦ blue 83

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

Shades of Old Rose #CC2553

Tints of Old Rose #CC2553

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.42%

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

R = 62.96%
G = 11.42%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.59

 K value IS 0.2

RGB Variations

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

Color information

#CC2553 (or 0xCC2553) is known color: Old Rose. HEX triplet: CC, 25 and 53. RGB value is (204,37,83). Sum of RGB (Red+Green+Blue) = 204+37+83=324 (42% of max value = 765). Red value is 204 (80.08% from 255 or 62.96% from 324); Green value is 37 (14.84% from 255 or 11.42% from 324); Blue value is 83 (32.81% from 255 or 25.62% from 324); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2553 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2553 is #33DAAC. Grayscale: #5C5C5C. Windows color (decimal): -3398317 or 5449164. OLE color: 5449164.

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

Color convert

RGB 204 37 83 -
CMYK 0 0.82 0.59 0.2
HSL 343.47º 0.69% 0.47% -
HSV(B) 343.47º 0.82% 0.8% -
XYZ 27.12 14.79 9.61 -
YUV 92.18 122.83 207.76 -
System Red Green Blue C M Y K H S L
Decimal 204 37 83 0 0.82 0.59 0.2 343.47 0.69 0.47
Hex CC 25 53 0 52 3B 14 157 45 2F
Octal 314 45 123 0 122 73 24 527 105 57
Binary 11001100 100101 1010011 0 1010010 111011 10100 101010111 1000101 101111

Color Harmonies of #CC2553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2553

Black with #CC2553

Text Example


Text Example

White with #CC2553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2553; }

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

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

background-color css

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

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

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

border-color css

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

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

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