Html Css Color HEX #CC1950 Old Rose

📋 copy color: '#CC1950'

red 204 ◦ green 25 ◦ blue 80

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

Shades of Old Rose #CC1950

Tints of Old Rose #CC1950

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.09%

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

R = 66.02%
G = 8.09%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#CC1950 (or 0xCC1950) is known color: Old Rose. HEX triplet: CC, 19 and 50. RGB value is (204,25,80). Sum of RGB (Red+Green+Blue) = 204+25+80=309 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.02% from 309); Green value is 25 (10.16% from 255 or 8.09% from 309); Blue value is 80 (31.64% from 255 or 25.89% from 309); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1950 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1950 is #33E6AF. Grayscale: #545454. Windows color (decimal): -3401392 or 5249484. OLE color: 5249484.

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

Color convert

RGB 204 25 80 -
CMYK 0 0.88 0.61 0.2
HSL 341.56º 0.78% 0.45% -
HSV(B) 341.56º 0.88% 0.8% -
XYZ 26.7 14.11 8.91 -
YUV 84.79 125.3 213.03 -
System Red Green Blue C M Y K H S L
Decimal 204 25 80 0 0.88 0.61 0.2 341.56 0.78 0.45
Hex CC 19 50 0 58 3D 14 156 4E 2D
Octal 314 31 120 0 130 75 24 526 116 55
Binary 11001100 11001 1010000 0 1011000 111101 10100 101010110 1001110 101101

Color Harmonies of #CC1950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1950

Black with #CC1950

Text Example


Text Example

White with #CC1950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1950; }

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

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

background-color css

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

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

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

border-color css

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

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

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