Html Css Color HEX #C7204A Old Rose

📋 copy color: '#C7204A'

red 199 ◦ green 32 ◦ blue 74

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

Shades of Old Rose #C7204A

Tints of Old Rose #C7204A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.26%

R = 65.25%
G = 10.49%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C7204A (or 0xC7204A) is known color: Old Rose. HEX triplet: C7, 20 and 4A. RGB value is (199,32,74). Sum of RGB (Red+Green+Blue) = 199+32+74=305 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.25% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 74 (29.30% from 255 or 24.26% from 305); Max value from RGB is 199 - color contains mainly: red. Hex color #C7204A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7204A is #38DFB5. Grayscale: #565656. Windows color (decimal): -3727286 or 4858055. OLE color: 4858055.

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

Color convert

RGB 199 32 74 -
CMYK 0 0.84 0.63 0.22
HSL 344.91º 0.72% 0.45% -
HSV(B) 344.91º 0.84% 0.78% -
XYZ 25.31 13.67 7.78 -
YUV 86.72 120.83 208.08 -
System Red Green Blue C M Y K H S L
Decimal 199 32 74 0 0.84 0.63 0.22 344.91 0.72 0.45
Hex C7 20 4A 0 54 3F 16 159 48 2D
Octal 307 40 112 0 124 77 26 531 110 55
Binary 11000111 100000 1001010 0 1010100 111111 10110 101011001 1001000 101101

Color Harmonies of #C7204A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7204A

Black with #C7204A

Text Example


Text Example

White with #C7204A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7204A; }

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

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

background-color css

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

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

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

border-color css

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

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

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