Html Css Color HEX #C22462 Old Rose

📋 copy color: '#C22462'

red 194 ◦ green 36 ◦ blue 98

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

Shades of Old Rose #C22462

Tints of Old Rose #C22462

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.98%

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

R = 59.15%
G = 10.98%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C22462 (or 0xC22462) is known color: Old Rose. HEX triplet: C2, 24 and 62. RGB value is (194,36,98). Sum of RGB (Red+Green+Blue) = 194+36+98=328 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.15% from 328); Green value is 36 (14.45% from 255 or 10.98% from 328); Blue value is 98 (38.67% from 255 or 29.88% from 328); Max value from RGB is 194 - color contains mainly: red. Hex color #C22462 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22462 is #3DDB9D. Grayscale: #5A5A5A. Windows color (decimal): -4053918 or 6431938. OLE color: 6431938.

HSL color Cylindrical-coordinate representation of color #C22462: hue angle of 336.46º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C22462 is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 36 98 -
CMYK 0 0.81 0.49 0.24
HSL 336.46º 0.69% 0.45% -
HSV(B) 336.46º 0.81% 0.76% -
XYZ 25.08 13.61 12.86 -
YUV 90.31 132.35 201.96 -
System Red Green Blue C M Y K H S L
Decimal 194 36 98 0 0.81 0.49 0.24 336.46 0.69 0.45
Hex C2 24 62 0 51 31 18 150 45 2D
Octal 302 44 142 0 121 61 30 520 105 55
Binary 11000010 100100 1100010 0 1010001 110001 11000 101010000 1000101 101101

Color Harmonies of #C22462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22462

Black with #C22462

Text Example


Text Example

White with #C22462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22462; }

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

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

background-color css

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

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

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

border-color css

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

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

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