Html Css Color HEX #C7215A Old Rose

📋 copy color: '#C7215A'

red 199 ◦ green 33 ◦ blue 90

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

Shades of Old Rose #C7215A

Tints of Old Rose #C7215A

RGB

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

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

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

R = 61.8%
G = 10.25%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C7215A (or 0xC7215A) is known color: Old Rose. HEX triplet: C7, 21 and 5A. RGB value is (199,33,90). Sum of RGB (Red+Green+Blue) = 199+33+90=322 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.80% from 322); Green value is 33 (13.28% from 255 or 10.25% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 199 - color contains mainly: red. Hex color #C7215A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7215A is #38DEA5. Grayscale: #595959. Windows color (decimal): -3727014 or 5906887. OLE color: 5906887.

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

Color convert

RGB 199 33 90 -
CMYK 0 0.83 0.55 0.22
HSL 339.4º 0.72% 0.45% -
HSV(B) 339.4º 0.83% 0.78% -
XYZ 25.94 13.97 11 -
YUV 89.13 128.5 206.37 -
System Red Green Blue C M Y K H S L
Decimal 199 33 90 0 0.83 0.55 0.22 339.4 0.72 0.45
Hex C7 21 5A 0 53 37 16 153 48 2D
Octal 307 41 132 0 123 67 26 523 110 55
Binary 11000111 100001 1011010 0 1010011 110111 10110 101010011 1001000 101101

Color Harmonies of #C7215A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7215A

Black with #C7215A

Text Example


Text Example

White with #C7215A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7215A; }

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

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

background-color css

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

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

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

border-color css

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

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

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