Html Css Color HEX #CC1A50 Old Rose

📋 copy color: '#CC1A50'

red 204 ◦ green 26 ◦ blue 80

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

Shades of Old Rose #CC1A50

Tints of Old Rose #CC1A50

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.39%

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

R = 65.81%
G = 8.39%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#CC1A50 (or 0xCC1A50) is known color: Old Rose. HEX triplet: CC, 1A and 50. RGB value is (204,26,80). Sum of RGB (Red+Green+Blue) = 204+26+80=310 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.81% from 310); Green value is 26 (10.55% from 255 or 8.39% from 310); Blue value is 80 (31.64% from 255 or 25.81% from 310); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1A50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC1A50 is #33E5AF. Grayscale: #555555. Windows color (decimal): -3401136 or 5249740. OLE color: 5249740.

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

Color convert

RGB 204 26 80 -
CMYK 0 0.87 0.61 0.2
HSL 341.8º 0.77% 0.45% -
HSV(B) 341.8º 0.87% 0.8% -
XYZ 26.72 14.16 8.91 -
YUV 85.38 124.97 212.61 -
System Red Green Blue C M Y K H S L
Decimal 204 26 80 0 0.87 0.61 0.2 341.8 0.77 0.45
Hex CC 1A 50 0 57 3D 14 156 4D 2D
Octal 314 32 120 0 127 75 24 526 115 55
Binary 11001100 11010 1010000 0 1010111 111101 10100 101010110 1001101 101101

Color Harmonies of #CC1A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1A50

Black with #CC1A50

Text Example


Text Example

White with #CC1A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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