Html Css Color HEX #CC2450 Old Rose

📋 copy color: '#CC2450'

red 204 ◦ green 36 ◦ blue 80

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

Shades of Old Rose #CC2450

Tints of Old Rose #CC2450

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.25%

 BLUE value IS 80 (31.64% from 255) = 25%

R = 63.75%
G = 11.25%
B = 25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#CC2450 (or 0xCC2450) is known color: Old Rose. HEX triplet: CC, 24 and 50. RGB value is (204,36,80). Sum of RGB (Red+Green+Blue) = 204+36+80=320 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.75% from 320); Green value is 36 (14.45% from 255 or 11.25% from 320); Blue value is 80 (31.64% from 255 or 25% from 320); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2450 is #33DBAF. Grayscale: #5B5B5B. Windows color (decimal): -3398576 or 5252300. OLE color: 5252300.

HSL color Cylindrical-coordinate representation of color #CC2450: hue angle of 344.29º degrees, saturation: 0.7, 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 #CC2450 is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 36 80 -
CMYK 0 0.82 0.61 0.2
HSL 344.29º 0.7% 0.47% -
HSV(B) 344.29º 0.82% 0.8% -
XYZ 26.98 14.68 9 -
YUV 91.25 121.66 208.42 -
System Red Green Blue C M Y K H S L
Decimal 204 36 80 0 0.82 0.61 0.2 344.29 0.7 0.47
Hex CC 24 50 0 52 3D 14 158 46 2F
Octal 314 44 120 0 122 75 24 530 106 57
Binary 11001100 100100 1010000 0 1010010 111101 10100 101011000 1000110 101111

Color Harmonies of #CC2450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2450

Black with #CC2450

Text Example


Text Example

White with #CC2450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2450; }

 p { color: rgb(204,36,80); }

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

background-color css

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

 a { background-color: rgb(204,36,80); }

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

border-color css

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

 span { border-color: rgb(204,36,80); }

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