Html Css Color HEX #C22861 Old Rose

📋 copy color: '#C22861'

red 194 ◦ green 40 ◦ blue 97

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

Shades of Old Rose #C22861

Tints of Old Rose #C22861

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.08%

 BLUE value IS 97 (38.28% from 255) = 29.31%

R = 58.61%
G = 12.08%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C22861 (or 0xC22861) is known color: Old Rose. HEX triplet: C2, 28 and 61. RGB value is (194,40,97). Sum of RGB (Red+Green+Blue) = 194+40+97=331 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.61% from 331); Green value is 40 (16.02% from 255 or 12.08% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 194 - color contains mainly: red. Hex color #C22861 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22861 is #3DD79E. Grayscale: #5C5C5C. Windows color (decimal): -4052895 or 6367426. OLE color: 6367426.

HSL color Cylindrical-coordinate representation of color #C22861: hue angle of 337.79º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C22861 is Cyan = 0, Magento = 0.79, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 40 97 -
CMYK 0 0.79 0.50 0.24
HSL 337.79º 0.66% 0.46% -
HSV(B) 337.79º 0.79% 0.76% -
XYZ 25.16 13.85 12.66 -
YUV 92.54 130.52 200.37 -
System Red Green Blue C M Y K H S L
Decimal 194 40 97 0 0.79 0.50 0.24 337.79 0.66 0.46
Hex C2 28 61 0 4F 32 18 152 42 2E
Octal 302 50 141 0 117 62 30 522 102 56
Binary 11000010 101000 1100001 0 1001111 110010 11000 101010010 1000010 101110

Color Harmonies of #C22861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22861

Black with #C22861

Text Example


Text Example

White with #C22861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22861; }

 p { color: rgb(194,40,97); }

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

background-color css

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

 a { background-color: rgb(194,40,97); }

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

border-color css

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

 span { border-color: rgb(194,40,97); }

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