Html Css Color HEX #C22757 Old Rose

📋 copy color: '#C22757'

red 194 ◦ green 39 ◦ blue 87

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

Shades of Old Rose #C22757

Tints of Old Rose #C22757

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.19%

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

R = 60.63%
G = 12.19%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C22757 (or 0xC22757) is known color: Old Rose. HEX triplet: C2, 27 and 57. RGB value is (194,39,87). Sum of RGB (Red+Green+Blue) = 194+39+87=320 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.62% from 320); Green value is 39 (15.62% from 255 or 12.19% from 320); Blue value is 87 (34.38% from 255 or 27.19% from 320); Max value from RGB is 194 - color contains mainly: red. Hex color #C22757 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22757 is #3DD8A8. Grayscale: #5A5A5A. Windows color (decimal): -4053161 or 5711810. OLE color: 5711810.

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

Color convert

RGB 194 39 87 -
CMYK 0 0.80 0.55 0.24
HSL 341.42º 0.67% 0.46% -
HSV(B) 341.42º 0.8% 0.76% -
XYZ 24.69 13.61 10.34 -
YUV 90.82 125.85 201.6 -
System Red Green Blue C M Y K H S L
Decimal 194 39 87 0 0.80 0.55 0.24 341.42 0.67 0.46
Hex C2 27 57 0 50 37 18 155 43 2E
Octal 302 47 127 0 120 67 30 525 103 56
Binary 11000010 100111 1010111 0 1010000 110111 11000 101010101 1000011 101110

Color Harmonies of #C22757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22757

Black with #C22757

Text Example


Text Example

White with #C22757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22757; }

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

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

background-color css

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

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

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

border-color css

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

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

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