Html Css Color HEX #C22962 Old Rose

📋 copy color: '#C22962'

red 194 ◦ green 41 ◦ blue 98

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

Shades of Old Rose #C22962

Tints of Old Rose #C22962

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.31%

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

R = 58.26%
G = 12.31%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C22962 (or 0xC22962) is known color: Old Rose. HEX triplet: C2, 29 and 62. RGB value is (194,41,98). Sum of RGB (Red+Green+Blue) = 194+41+98=333 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.26% from 333); Green value is 41 (16.41% from 255 or 12.31% from 333); Blue value is 98 (38.67% from 255 or 29.43% from 333); Max value from RGB is 194 - color contains mainly: red. Hex color #C22962 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22962 is #3DD69D. Grayscale: #5D5D5D. Windows color (decimal): -4052638 or 6433218. OLE color: 6433218.

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

Color convert

RGB 194 41 98 -
CMYK 0 0.79 0.49 0.24
HSL 337.65º 0.65% 0.46% -
HSV(B) 337.65º 0.79% 0.76% -
XYZ 25.25 13.94 12.91 -
YUV 93.25 130.69 199.87 -
System Red Green Blue C M Y K H S L
Decimal 194 41 98 0 0.79 0.49 0.24 337.65 0.65 0.46
Hex C2 29 62 0 4F 31 18 152 41 2E
Octal 302 51 142 0 117 61 30 522 101 56
Binary 11000010 101001 1100010 0 1001111 110001 11000 101010010 1000001 101110

Color Harmonies of #C22962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22962

Black with #C22962

Text Example


Text Example

White with #C22962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22962; }

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

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

background-color css

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

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

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

border-color css

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

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

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