Html Css Color HEX #C22246 Old Rose

📋 copy color: '#C22246'

red 194 ◦ green 34 ◦ blue 70

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

Shades of Old Rose #C22246

Tints of Old Rose #C22246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.49%

R = 65.1%
G = 11.41%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C22246 (or 0xC22246) is known color: Old Rose. HEX triplet: C2, 22 and 46. RGB value is (194,34,70). Sum of RGB (Red+Green+Blue) = 194+34+70=298 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.10% from 298); Green value is 34 (13.67% from 255 or 11.41% from 298); Blue value is 70 (27.73% from 255 or 23.49% from 298); Max value from RGB is 194 - color contains mainly: red. Hex color #C22246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22246 is #3DDDB9. Grayscale: #555555. Windows color (decimal): -4054458 or 4596418. OLE color: 4596418.

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

Color convert

RGB 194 34 70 -
CMYK 0 0.82 0.64 0.24
HSL 346.5º 0.7% 0.45% -
HSV(B) 346.5º 0.82% 0.76% -
XYZ 23.93 13.06 7.05 -
YUV 85.94 119.01 205.07 -
System Red Green Blue C M Y K H S L
Decimal 194 34 70 0 0.82 0.64 0.24 346.5 0.7 0.45
Hex C2 22 46 0 52 40 18 15A 46 2D
Octal 302 42 106 0 122 100 30 532 106 55
Binary 11000010 100010 1000110 0 1010010 1000000 11000 101011010 1000110 101101

Color Harmonies of #C22246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22246

Black with #C22246

Text Example


Text Example

White with #C22246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22246; }

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

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

background-color css

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

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

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

border-color css

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

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

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