Html Css Color HEX #C22057 Old Rose

📋 copy color: '#C22057'

red 194 ◦ green 32 ◦ blue 87

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

Shades of Old Rose #C22057

Tints of Old Rose #C22057

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.22%

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

R = 61.98%
G = 10.22%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C22057 (or 0xC22057) is known color: Old Rose. HEX triplet: C2, 20 and 57. RGB value is (194,32,87). Sum of RGB (Red+Green+Blue) = 194+32+87=313 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.98% from 313); Green value is 32 (12.89% from 255 or 10.22% from 313); Blue value is 87 (34.38% from 255 or 27.80% from 313); Max value from RGB is 194 - color contains mainly: red. Hex color #C22057 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22057 is #3DDFA8. Grayscale: #565656. Windows color (decimal): -4054953 or 5710018. OLE color: 5710018.

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

Color convert

RGB 194 32 87 -
CMYK 0 0.84 0.55 0.24
HSL 339.63º 0.72% 0.44% -
HSV(B) 339.63º 0.84% 0.76% -
XYZ 24.48 13.19 10.27 -
YUV 86.71 128.17 204.53 -
System Red Green Blue C M Y K H S L
Decimal 194 32 87 0 0.84 0.55 0.24 339.63 0.72 0.44
Hex C2 20 57 0 54 37 18 154 48 2C
Octal 302 40 127 0 124 67 30 524 110 54
Binary 11000010 100000 1010111 0 1010100 110111 11000 101010100 1001000 101100

Color Harmonies of #C22057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22057

Black with #C22057

Text Example


Text Example

White with #C22057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22057; }

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

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

background-color css

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

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

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

border-color css

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

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

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