Html Css Color HEX #C7214C Old Rose

📋 copy color: '#C7214C'

red 199 ◦ green 33 ◦ blue 76

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

Shades of Old Rose #C7214C

Tints of Old Rose #C7214C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.68%

R = 64.61%
G = 10.71%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C7214C (or 0xC7214C) is known color: Old Rose. HEX triplet: C7, 21 and 4C. RGB value is (199,33,76). Sum of RGB (Red+Green+Blue) = 199+33+76=308 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.61% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 76 (30.08% from 255 or 24.68% from 308); Max value from RGB is 199 - color contains mainly: red. Hex color #C7214C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7214C is #38DEB3. Grayscale: #575757. Windows color (decimal): -3727028 or 4989383. OLE color: 4989383.

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

Color convert

RGB 199 33 76 -
CMYK 0 0.83 0.62 0.22
HSL 344.46º 0.72% 0.45% -
HSV(B) 344.46º 0.83% 0.78% -
XYZ 25.4 13.75 8.15 -
YUV 87.54 121.5 207.5 -
System Red Green Blue C M Y K H S L
Decimal 199 33 76 0 0.83 0.62 0.22 344.46 0.72 0.45
Hex C7 21 4C 0 53 3E 16 158 48 2D
Octal 307 41 114 0 123 76 26 530 110 55
Binary 11000111 100001 1001100 0 1010011 111110 10110 101011000 1001000 101101

Color Harmonies of #C7214C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7214C

Black with #C7214C

Text Example


Text Example

White with #C7214C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7214C; }

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

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

background-color css

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

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

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

border-color css

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

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

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