Html Css Color HEX #C7204E Old Rose

📋 copy color: '#C7204E'

red 199 ◦ green 32 ◦ blue 78

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

Shades of Old Rose #C7204E

Tints of Old Rose #C7204E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 25.24%

R = 64.4%
G = 10.36%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C7204E (or 0xC7204E) is known color: Old Rose. HEX triplet: C7, 20 and 4E. RGB value is (199,32,78). Sum of RGB (Red+Green+Blue) = 199+32+78=309 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.40% from 309); Green value is 32 (12.89% from 255 or 10.36% from 309); Blue value is 78 (30.86% from 255 or 25.24% from 309); Max value from RGB is 199 - color contains mainly: red. Hex color #C7204E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7204E is #38DFB1. Grayscale: #575757. Windows color (decimal): -3727282 or 5120199. OLE color: 5120199.

HSL color Cylindrical-coordinate representation of color #C7204E: hue angle of 343.47º 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 #C7204E is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 32 78 -
CMYK 0 0.84 0.61 0.22
HSL 343.47º 0.72% 0.45% -
HSV(B) 343.47º 0.84% 0.78% -
XYZ 25.44 13.73 8.52 -
YUV 87.18 122.83 207.76 -
System Red Green Blue C M Y K H S L
Decimal 199 32 78 0 0.84 0.61 0.22 343.47 0.72 0.45
Hex C7 20 4E 0 54 3D 16 157 48 2D
Octal 307 40 116 0 124 75 26 527 110 55
Binary 11000111 100000 1001110 0 1010100 111101 10110 101010111 1001000 101101

Color Harmonies of #C7204E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7204E

Black with #C7204E

Text Example


Text Example

White with #C7204E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7204E; }

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

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

background-color css

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

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

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

border-color css

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

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

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