Html Css Color HEX #C22360 Old Rose

📋 copy color: '#C22360'

red 194 ◦ green 35 ◦ blue 96

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

Shades of Old Rose #C22360

Tints of Old Rose #C22360

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.77%

 BLUE value IS 96 (37.89% from 255) = 29.54%

R = 59.69%
G = 10.77%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C22360 (or 0xC22360) is known color: Old Rose. HEX triplet: C2, 23 and 60. RGB value is (194,35,96). Sum of RGB (Red+Green+Blue) = 194+35+96=325 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.69% from 325); Green value is 35 (14.06% from 255 or 10.77% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 194 - color contains mainly: red. Hex color #C22360 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22360 is #3DDC9F. Grayscale: #595959. Windows color (decimal): -4054176 or 6300610. OLE color: 6300610.

HSL color Cylindrical-coordinate representation of color #C22360: hue angle of 336.98º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C22360 is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 35 96 -
CMYK 0 0.82 0.51 0.24
HSL 336.98º 0.69% 0.45% -
HSV(B) 336.98º 0.82% 0.76% -
XYZ 24.96 13.52 12.36 -
YUV 89.5 131.68 202.54 -
System Red Green Blue C M Y K H S L
Decimal 194 35 96 0 0.82 0.51 0.24 336.98 0.69 0.45
Hex C2 23 60 0 52 33 18 151 45 2D
Octal 302 43 140 0 122 63 30 521 105 55
Binary 11000010 100011 1100000 0 1010010 110011 11000 101010001 1000101 101101

Color Harmonies of #C22360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22360

Black with #C22360

Text Example


Text Example

White with #C22360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22360; }

 p { color: rgb(194,35,96); }

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

background-color css

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

 a { background-color: rgb(194,35,96); }

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

border-color css

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

 span { border-color: rgb(194,35,96); }

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