Html Css Color HEX #C7214A Old Rose

📋 copy color: '#C7214A'

red 199 ◦ green 33 ◦ blue 74

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

Shades of Old Rose #C7214A

Tints of Old Rose #C7214A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.78%

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

R = 65.03%
G = 10.78%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C7214A (or 0xC7214A) is known color: Old Rose. HEX triplet: C7, 21 and 4A. RGB value is (199,33,74). Sum of RGB (Red+Green+Blue) = 199+33+74=306 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.03% from 306); Green value is 33 (13.28% from 255 or 10.78% from 306); Blue value is 74 (29.30% from 255 or 24.18% from 306); Max value from RGB is 199 - color contains mainly: red. Hex color #C7214A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7214A is #38DEB5. Grayscale: #575757. Windows color (decimal): -3727030 or 4858311. OLE color: 4858311.

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

Color convert

RGB 199 33 74 -
CMYK 0 0.83 0.63 0.22
HSL 345.18º 0.72% 0.45% -
HSV(B) 345.18º 0.83% 0.78% -
XYZ 25.33 13.72 7.79 -
YUV 87.31 120.5 207.67 -
System Red Green Blue C M Y K H S L
Decimal 199 33 74 0 0.83 0.63 0.22 345.18 0.72 0.45
Hex C7 21 4A 0 53 3F 16 159 48 2D
Octal 307 41 112 0 123 77 26 531 110 55
Binary 11000111 100001 1001010 0 1010011 111111 10110 101011001 1001000 101101

Color Harmonies of #C7214A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7214A

Black with #C7214A

Text Example


Text Example

White with #C7214A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7214A; }

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

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

background-color css

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

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

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

border-color css

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

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

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