Html Css Color HEX #C2215F Old Rose

📋 copy color: '#C2215F'

red 194 ◦ green 33 ◦ blue 95

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

Shades of Old Rose #C2215F

Tints of Old Rose #C2215F

RGB

 RED value IS 194 (76.17% from 255) = 60.25%

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

 BLUE value IS 95 (37.5% from 255) = 29.5%

R = 60.25%
G = 10.25%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C2215F (or 0xC2215F) is known color: Old Rose. HEX triplet: C2, 21 and 5F. RGB value is (194,33,95). Sum of RGB (Red+Green+Blue) = 194+33+95=322 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.25% from 322); Green value is 33 (13.28% from 255 or 10.25% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 194 - color contains mainly: red. Hex color #C2215F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2215F is #3DDEA0. Grayscale: #585858. Windows color (decimal): -4054689 or 6234562. OLE color: 6234562.

HSL color Cylindrical-coordinate representation of color #C2215F: hue angle of 336.89º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C2215F is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 33 95 -
CMYK 0 0.83 0.51 0.24
HSL 336.89º 0.71% 0.45% -
HSV(B) 336.89º 0.83% 0.76% -
XYZ 24.86 13.38 12.1 -
YUV 88.21 131.84 203.46 -
System Red Green Blue C M Y K H S L
Decimal 194 33 95 0 0.83 0.51 0.24 336.89 0.71 0.45
Hex C2 21 5F 0 53 33 18 151 47 2D
Octal 302 41 137 0 123 63 30 521 107 55
Binary 11000010 100001 1011111 0 1010011 110011 11000 101010001 1000111 101101

Color Harmonies of #C2215F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2215F

Black with #C2215F

Text Example


Text Example

White with #C2215F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2215F; }

 p { color: rgb(194,33,95); }

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

background-color css

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

 a { background-color: rgb(194,33,95); }

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

border-color css

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

 span { border-color: rgb(194,33,95); }

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