Html Css Color HEX #CC1F4D Old Rose

📋 copy color: '#CC1F4D'

red 204 ◦ green 31 ◦ blue 77

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

Shades of Old Rose #CC1F4D

Tints of Old Rose #CC1F4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.68%

R = 65.38%
G = 9.94%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CC1F4D (or 0xCC1F4D) is known color: Old Rose. HEX triplet: CC, 1F and 4D. RGB value is (204,31,77). Sum of RGB (Red+Green+Blue) = 204+31+77=312 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.38% from 312); Green value is 31 (12.5% from 255 or 9.94% from 312); Blue value is 77 (30.47% from 255 or 24.68% from 312); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1F4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC1F4D is #33E0B2. Grayscale: #575757. Windows color (decimal): -3399859 or 5054412. OLE color: 5054412.

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

Color convert

RGB 204 31 77 -
CMYK 0 0.85 0.62 0.2
HSL 344.05º 0.74% 0.46% -
HSV(B) 344.05º 0.85% 0.8% -
XYZ 26.73 14.35 8.38 -
YUV 87.97 121.81 210.76 -
System Red Green Blue C M Y K H S L
Decimal 204 31 77 0 0.85 0.62 0.2 344.05 0.74 0.46
Hex CC 1F 4D 0 55 3E 14 158 4A 2E
Octal 314 37 115 0 125 76 24 530 112 56
Binary 11001100 11111 1001101 0 1010101 111110 10100 101011000 1001010 101110

Color Harmonies of #CC1F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1F4D

Black with #CC1F4D

Text Example


Text Example

White with #CC1F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1F4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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