Html Css Color HEX #C7205A Old Rose

📋 copy color: '#C7205A'

red 199 ◦ green 32 ◦ blue 90

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

Shades of Old Rose #C7205A

Tints of Old Rose #C7205A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.04%

R = 61.99%
G = 9.97%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C7205A (or 0xC7205A) is known color: Old Rose. HEX triplet: C7, 20 and 5A. RGB value is (199,32,90). Sum of RGB (Red+Green+Blue) = 199+32+90=321 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.99% from 321); Green value is 32 (12.89% from 255 or 9.97% from 321); Blue value is 90 (35.55% from 255 or 28.04% from 321); Max value from RGB is 199 - color contains mainly: red. Hex color #C7205A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7205A is #38DFA5. Grayscale: #585858. Windows color (decimal): -3727270 or 5906631. OLE color: 5906631.

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

Color convert

RGB 199 32 90 -
CMYK 0 0.84 0.55 0.22
HSL 339.16º 0.72% 0.45% -
HSV(B) 339.16º 0.84% 0.78% -
XYZ 25.92 13.91 10.99 -
YUV 88.55 128.83 206.78 -
System Red Green Blue C M Y K H S L
Decimal 199 32 90 0 0.84 0.55 0.22 339.16 0.72 0.45
Hex C7 20 5A 0 54 37 16 153 48 2D
Octal 307 40 132 0 124 67 26 523 110 55
Binary 11000111 100000 1011010 0 1010100 110111 10110 101010011 1001000 101101

Color Harmonies of #C7205A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7205A

Black with #C7205A

Text Example


Text Example

White with #C7205A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7205A; }

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

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

background-color css

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

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

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

border-color css

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

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

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