Html Css Color HEX #C7204C Old Rose

📋 copy color: '#C7204C'

red 199 ◦ green 32 ◦ blue 76

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

Shades of Old Rose #C7204C

Tints of Old Rose #C7204C

RGB

 RED value IS 199 (78.13% from 255) = 64.82%

 GREEN value IS 32 (12.89% from 255) = 10.42%

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

R = 64.82%
G = 10.42%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C7204C (or 0xC7204C) is known color: Old Rose. HEX triplet: C7, 20 and 4C. RGB value is (199,32,76). Sum of RGB (Red+Green+Blue) = 199+32+76=307 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.82% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 199 - color contains mainly: red. Hex color #C7204C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7204C is #38DFB3. Grayscale: #565656. Windows color (decimal): -3727284 or 4989127. OLE color: 4989127.

HSL color Cylindrical-coordinate representation of color #C7204C: hue angle of 344.19º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C7204C is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 32 76 -
CMYK 0 0.84 0.62 0.22
HSL 344.19º 0.72% 0.45% -
HSV(B) 344.19º 0.84% 0.78% -
XYZ 25.37 13.7 8.14 -
YUV 86.95 121.83 207.92 -
System Red Green Blue C M Y K H S L
Decimal 199 32 76 0 0.84 0.62 0.22 344.19 0.72 0.45
Hex C7 20 4C 0 54 3E 16 158 48 2D
Octal 307 40 114 0 124 76 26 530 110 55
Binary 11000111 100000 1001100 0 1010100 111110 10110 101011000 1001000 101101

Color Harmonies of #C7204C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7204C

Black with #C7204C

Text Example


Text Example

White with #C7204C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7204C; }

 p { color: rgb(199,32,76); }

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

background-color css

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

 a { background-color: rgb(199,32,76); }

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

border-color css

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

 span { border-color: rgb(199,32,76); }

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