Html Css Color HEX #C2195B Old Rose

📋 copy color: '#C2195B'

red 194 ◦ green 25 ◦ blue 91

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

Shades of Old Rose #C2195B

Tints of Old Rose #C2195B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.06%

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

R = 62.58%
G = 8.06%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C2195B (or 0xC2195B) is known color: Old Rose. HEX triplet: C2, 19 and 5B. RGB value is (194,25,91). Sum of RGB (Red+Green+Blue) = 194+25+91=310 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.58% from 310); Green value is 25 (10.16% from 255 or 8.06% from 310); Blue value is 91 (35.94% from 255 or 29.35% from 310); Max value from RGB is 194 - color contains mainly: red. Hex color #C2195B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2195B is #3DE6A4. Grayscale: #525252. Windows color (decimal): -4056741 or 5970370. OLE color: 5970370.

HSL color Cylindrical-coordinate representation of color #C2195B: hue angle of 336.57º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C2195B is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 25 91 -
CMYK 0 0.87 0.53 0.24
HSL 336.57º 0.77% 0.43% -
HSV(B) 336.57º 0.87% 0.76% -
XYZ 24.48 12.92 11.1 -
YUV 83.06 132.49 207.13 -
System Red Green Blue C M Y K H S L
Decimal 194 25 91 0 0.87 0.53 0.24 336.57 0.77 0.43
Hex C2 19 5B 0 57 35 18 151 4D 2B
Octal 302 31 133 0 127 65 30 521 115 53
Binary 11000010 11001 1011011 0 1010111 110101 11000 101010001 1001101 101011

Color Harmonies of #C2195B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2195B

Black with #C2195B

Text Example


Text Example

White with #C2195B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2195B; }

 p { color: rgb(194,25,91); }

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

background-color css

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

 a { background-color: rgb(194,25,91); }

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

border-color css

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

 span { border-color: rgb(194,25,91); }

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