Html Css Color HEX #CC1F50 Old Rose

📋 copy color: '#CC1F50'

red 204 ◦ green 31 ◦ blue 80

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

Shades of Old Rose #CC1F50

Tints of Old Rose #CC1F50

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.84%

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

R = 64.76%
G = 9.84%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#CC1F50 (or 0xCC1F50) is known color: Old Rose. HEX triplet: CC, 1F and 50. RGB value is (204,31,80). Sum of RGB (Red+Green+Blue) = 204+31+80=315 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.76% from 315); Green value is 31 (12.5% from 255 or 9.84% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1F50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC1F50 is #33E0AF. Grayscale: #585858. Windows color (decimal): -3399856 or 5251020. OLE color: 5251020.

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

Color convert

RGB 204 31 80 -
CMYK 0 0.85 0.61 0.2
HSL 343.01º 0.74% 0.46% -
HSV(B) 343.01º 0.85% 0.8% -
XYZ 26.84 14.4 8.95 -
YUV 88.31 123.31 210.52 -
System Red Green Blue C M Y K H S L
Decimal 204 31 80 0 0.85 0.61 0.2 343.01 0.74 0.46
Hex CC 1F 50 0 55 3D 14 157 4A 2E
Octal 314 37 120 0 125 75 24 527 112 56
Binary 11001100 11111 1010000 0 1010101 111101 10100 101010111 1001010 101110

Color Harmonies of #CC1F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1F50

Black with #CC1F50

Text Example


Text Example

White with #CC1F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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