Html Css Color HEX #C22857 Old Rose

📋 copy color: '#C22857'

red 194 ◦ green 40 ◦ blue 87

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

Shades of Old Rose #C22857

Tints of Old Rose #C22857

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.46%

 BLUE value IS 87 (34.38% from 255) = 27.1%

R = 60.44%
G = 12.46%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C22857 (or 0xC22857) is known color: Old Rose. HEX triplet: C2, 28 and 57. RGB value is (194,40,87). Sum of RGB (Red+Green+Blue) = 194+40+87=321 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.44% from 321); Green value is 40 (16.02% from 255 or 12.46% from 321); Blue value is 87 (34.38% from 255 or 27.10% from 321); Max value from RGB is 194 - color contains mainly: red. Hex color #C22857 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22857 is #3DD7A8. Grayscale: #5B5B5B. Windows color (decimal): -4052905 or 5712066. OLE color: 5712066.

HSL color Cylindrical-coordinate representation of color #C22857: hue angle of 341.69º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C22857 is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 40 87 -
CMYK 0 0.79 0.55 0.24
HSL 341.69º 0.66% 0.46% -
HSV(B) 341.69º 0.79% 0.76% -
XYZ 24.73 13.68 10.35 -
YUV 91.4 125.52 201.18 -
System Red Green Blue C M Y K H S L
Decimal 194 40 87 0 0.79 0.55 0.24 341.69 0.66 0.46
Hex C2 28 57 0 4F 37 18 156 42 2E
Octal 302 50 127 0 117 67 30 526 102 56
Binary 11000010 101000 1010111 0 1001111 110111 11000 101010110 1000010 101110

Color Harmonies of #C22857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22857

Black with #C22857

Text Example


Text Example

White with #C22857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22857; }

 p { color: rgb(194,40,87); }

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

background-color css

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

 a { background-color: rgb(194,40,87); }

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

border-color css

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

 span { border-color: rgb(194,40,87); }

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