Html Css Color HEX #C7215B Old Rose

📋 copy color: '#C7215B'

red 199 ◦ green 33 ◦ blue 91

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

Shades of Old Rose #C7215B

Tints of Old Rose #C7215B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.17%

R = 61.61%
G = 10.22%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C7215B (or 0xC7215B) is known color: Old Rose. HEX triplet: C7, 21 and 5B. RGB value is (199,33,91). Sum of RGB (Red+Green+Blue) = 199+33+91=323 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.61% from 323); Green value is 33 (13.28% from 255 or 10.22% from 323); Blue value is 91 (35.94% from 255 or 28.17% from 323); Max value from RGB is 199 - color contains mainly: red. Hex color #C7215B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7215B is #38DEA4. Grayscale: #595959. Windows color (decimal): -3727013 or 5972423. OLE color: 5972423.

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

Color convert

RGB 199 33 91 -
CMYK 0 0.83 0.54 0.22
HSL 339.04º 0.72% 0.45% -
HSV(B) 339.04º 0.83% 0.78% -
XYZ 25.99 13.99 11.23 -
YUV 89.25 129 206.28 -
System Red Green Blue C M Y K H S L
Decimal 199 33 91 0 0.83 0.54 0.22 339.04 0.72 0.45
Hex C7 21 5B 0 53 36 16 153 48 2D
Octal 307 41 133 0 123 66 26 523 110 55
Binary 11000111 100001 1011011 0 1010011 110110 10110 101010011 1001000 101101

Color Harmonies of #C7215B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7215B

Black with #C7215B

Text Example


Text Example

White with #C7215B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7215B; }

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

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

background-color css

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

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

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

border-color css

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

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

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