Html Css Color HEX #C2315B Old Rose

📋 copy color: '#C2315B'

red 194 ◦ green 49 ◦ blue 91

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

Shades of Old Rose #C2315B

Tints of Old Rose #C2315B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.67%

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

R = 58.08%
G = 14.67%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C2315B (or 0xC2315B) is known color: Old Rose. HEX triplet: C2, 31 and 5B. RGB value is (194,49,91). Sum of RGB (Red+Green+Blue) = 194+49+91=334 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.08% from 334); Green value is 49 (19.53% from 255 or 14.67% from 334); Blue value is 91 (35.94% from 255 or 27.25% from 334); Max value from RGB is 194 - color contains mainly: red. Hex color #C2315B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2315B is #3DCEA4. Grayscale: #616161. Windows color (decimal): -4050597 or 5976514. OLE color: 5976514.

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

Color convert

RGB 194 49 91 -
CMYK 0 0.75 0.53 0.24
HSL 342.62º 0.6% 0.48% -
HSV(B) 342.62º 0.75% 0.76% -
XYZ 25.23 14.42 11.35 -
YUV 97.14 124.54 197.08 -
System Red Green Blue C M Y K H S L
Decimal 194 49 91 0 0.75 0.53 0.24 342.62 0.6 0.48
Hex C2 31 5B 0 4B 35 18 157 3C 30
Octal 302 61 133 0 113 65 30 527 74 60
Binary 11000010 110001 1011011 0 1001011 110101 11000 101010111 111100 110000

Color Harmonies of #C2315B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2315B

Black with #C2315B

Text Example


Text Example

White with #C2315B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2315B; }

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

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

background-color css

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

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

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

border-color css

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

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

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