Html Css Color HEX #CC1F4C Old Rose

📋 copy color: '#CC1F4C'

red 204 ◦ green 31 ◦ blue 76

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

Shades of Old Rose #CC1F4C

Tints of Old Rose #CC1F4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.44%

R = 65.59%
G = 9.97%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC1F4C (or 0xCC1F4C) is known color: Old Rose. HEX triplet: CC, 1F and 4C. RGB value is (204,31,76). Sum of RGB (Red+Green+Blue) = 204+31+76=311 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.59% from 311); Green value is 31 (12.5% from 255 or 9.97% from 311); Blue value is 76 (30.08% from 255 or 24.44% from 311); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1F4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC1F4C is #33E0B3. Grayscale: #575757. Windows color (decimal): -3399860 or 4988876. OLE color: 4988876.

HSL color Cylindrical-coordinate representation of color #CC1F4C: hue angle of 344.39º 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 #CC1F4C is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 31 76 -
CMYK 0 0.85 0.63 0.2
HSL 344.39º 0.74% 0.46% -
HSV(B) 344.39º 0.85% 0.8% -
XYZ 26.7 14.34 8.2 -
YUV 87.86 121.31 210.84 -
System Red Green Blue C M Y K H S L
Decimal 204 31 76 0 0.85 0.63 0.2 344.39 0.74 0.46
Hex CC 1F 4C 0 55 3F 14 158 4A 2E
Octal 314 37 114 0 125 77 24 530 112 56
Binary 11001100 11111 1001100 0 1010101 111111 10100 101011000 1001010 101110

Color Harmonies of #CC1F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1F4C

Black with #CC1F4C

Text Example


Text Example

White with #CC1F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1F4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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