Html Css Color HEX #C7205E Old Rose

📋 copy color: '#C7205E'

red 199 ◦ green 32 ◦ blue 94

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

Shades of Old Rose #C7205E

Tints of Old Rose #C7205E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.92%

R = 61.23%
G = 9.85%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C7205E (or 0xC7205E) is known color: Old Rose. HEX triplet: C7, 20 and 5E. RGB value is (199,32,94). Sum of RGB (Red+Green+Blue) = 199+32+94=325 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.23% from 325); Green value is 32 (12.89% from 255 or 9.85% from 325); Blue value is 94 (37.11% from 255 or 28.92% from 325); Max value from RGB is 199 - color contains mainly: red. Hex color #C7205E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7205E is #38DFA1. Grayscale: #585858. Windows color (decimal): -3727266 or 6168775. OLE color: 6168775.

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

Color convert

RGB 199 32 94 -
CMYK 0 0.84 0.53 0.22
HSL 337.72º 0.72% 0.45% -
HSV(B) 337.72º 0.84% 0.78% -
XYZ 26.09 13.98 11.91 -
YUV 89 130.83 206.46 -
System Red Green Blue C M Y K H S L
Decimal 199 32 94 0 0.84 0.53 0.22 337.72 0.72 0.45
Hex C7 20 5E 0 54 35 16 152 48 2D
Octal 307 40 136 0 124 65 26 522 110 55
Binary 11000111 100000 1011110 0 1010100 110101 10110 101010010 1001000 101101

Color Harmonies of #C7205E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7205E

Black with #C7205E

Text Example


Text Example

White with #C7205E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7205E; }

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

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

background-color css

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

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

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

border-color css

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

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

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