Html Css Color HEX #C22656 Old Rose

📋 copy color: '#C22656'

red 194 ◦ green 38 ◦ blue 86

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

Shades of Old Rose #C22656

Tints of Old Rose #C22656

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.95%

 BLUE value IS 86 (33.98% from 255) = 27.04%

R = 61.01%
G = 11.95%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C22656 (or 0xC22656) is known color: Old Rose. HEX triplet: C2, 26 and 56. RGB value is (194,38,86). Sum of RGB (Red+Green+Blue) = 194+38+86=318 (42% of max value = 765). Red value is 194 (76.17% from 255 or 61.01% from 318); Green value is 38 (15.23% from 255 or 11.95% from 318); Blue value is 86 (33.98% from 255 or 27.04% from 318); Max value from RGB is 194 - color contains mainly: red. Hex color #C22656 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22656 is #3DD9A9. Grayscale: #5A5A5A. Windows color (decimal): -4053418 or 5646018. OLE color: 5646018.

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

Color convert

RGB 194 38 86 -
CMYK 0 0.80 0.56 0.24
HSL 341.54º 0.67% 0.45% -
HSV(B) 341.54º 0.8% 0.76% -
XYZ 24.62 13.53 10.12 -
YUV 90.12 125.68 202.1 -
System Red Green Blue C M Y K H S L
Decimal 194 38 86 0 0.80 0.56 0.24 341.54 0.67 0.45
Hex C2 26 56 0 50 38 18 156 43 2D
Octal 302 46 126 0 120 70 30 526 103 55
Binary 11000010 100110 1010110 0 1010000 111000 11000 101010110 1000011 101101

Color Harmonies of #C22656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22656

Black with #C22656

Text Example


Text Example

White with #C22656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22656; }

 p { color: rgb(194,38,86); }

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

background-color css

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

 a { background-color: rgb(194,38,86); }

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

border-color css

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

 span { border-color: rgb(194,38,86); }

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