Html Css Color HEX #C22358 Old Rose

📋 copy color: '#C22358'

red 194 ◦ green 35 ◦ blue 88

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

Shades of Old Rose #C22358

Tints of Old Rose #C22358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 27.76%

R = 61.2%
G = 11.04%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C22358 (or 0xC22358) is known color: Old Rose. HEX triplet: C2, 23 and 58. RGB value is (194,35,88). Sum of RGB (Red+Green+Blue) = 194+35+88=317 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.20% from 317); Green value is 35 (14.06% from 255 or 11.04% from 317); Blue value is 88 (34.77% from 255 or 27.76% from 317); Max value from RGB is 194 - color contains mainly: red. Hex color #C22358 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22358 is #3DDCA7. Grayscale: #585858. Windows color (decimal): -4054184 or 5776322. OLE color: 5776322.

HSL color Cylindrical-coordinate representation of color #C22358: hue angle of 340º 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 #C22358 is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 35 88 -
CMYK 0 0.82 0.55 0.24
HSL 340º 0.69% 0.45% -
HSV(B) 340º 0.82% 0.76% -
XYZ 24.61 13.38 10.52 -
YUV 88.58 127.68 203.19 -
System Red Green Blue C M Y K H S L
Decimal 194 35 88 0 0.82 0.55 0.24 340 0.69 0.45
Hex C2 23 58 0 52 37 18 154 45 2D
Octal 302 43 130 0 122 67 30 524 105 55
Binary 11000010 100011 1011000 0 1010010 110111 11000 101010100 1000101 101101

Color Harmonies of #C22358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22358

Black with #C22358

Text Example


Text Example

White with #C22358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22358; }

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

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

background-color css

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

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

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

border-color css

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

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

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