Html Css Color HEX #C22262 Old Rose

📋 copy color: '#C22262'

red 194 ◦ green 34 ◦ blue 98

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

Shades of Old Rose #C22262

Tints of Old Rose #C22262

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.43%

 BLUE value IS 98 (38.67% from 255) = 30.06%

R = 59.51%
G = 10.43%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C22262 (or 0xC22262) is known color: Old Rose. HEX triplet: C2, 22 and 62. RGB value is (194,34,98). Sum of RGB (Red+Green+Blue) = 194+34+98=326 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.51% from 326); Green value is 34 (13.67% from 255 or 10.43% from 326); Blue value is 98 (38.67% from 255 or 30.06% from 326); Max value from RGB is 194 - color contains mainly: red. Hex color #C22262 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22262 is #3DDD9D. Grayscale: #595959. Windows color (decimal): -4054430 or 6431426. OLE color: 6431426.

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

Color convert

RGB 194 34 98 -
CMYK 0 0.82 0.49 0.24
HSL 336º 0.7% 0.45% -
HSV(B) 336º 0.82% 0.76% -
XYZ 25.02 13.5 12.84 -
YUV 89.14 133.01 202.8 -
System Red Green Blue C M Y K H S L
Decimal 194 34 98 0 0.82 0.49 0.24 336 0.7 0.45
Hex C2 22 62 0 52 31 18 150 46 2D
Octal 302 42 142 0 122 61 30 520 106 55
Binary 11000010 100010 1100010 0 1010010 110001 11000 101010000 1000110 101101

Color Harmonies of #C22262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22262

Black with #C22262

Text Example


Text Example

White with #C22262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22262; }

 p { color: rgb(194,34,98); }

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

background-color css

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

 a { background-color: rgb(194,34,98); }

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

border-color css

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

 span { border-color: rgb(194,34,98); }

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