Html Css Color HEX #C22464 Old Rose

📋 copy color: '#C22464'

red 194 ◦ green 36 ◦ blue 100

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

Shades of Old Rose #C22464

Tints of Old Rose #C22464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 30.3%

R = 58.79%
G = 10.91%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C22464 (or 0xC22464) is known color: Old Rose. HEX triplet: C2, 24 and 64. RGB value is (194,36,100). Sum of RGB (Red+Green+Blue) = 194+36+100=330 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.79% from 330); Green value is 36 (14.45% from 255 or 10.91% from 330); Blue value is 100 (39.45% from 255 or 30.30% from 330); Max value from RGB is 194 - color contains mainly: red. Hex color #C22464 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22464 is #3DDB9B. Grayscale: #5A5A5A. Windows color (decimal): -4053916 or 6563010. OLE color: 6563010.

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

Color convert

RGB 194 36 100 -
CMYK 0 0.81 0.48 0.24
HSL 335.7º 0.69% 0.45% -
HSV(B) 335.7º 0.81% 0.76% -
XYZ 25.18 13.65 13.36 -
YUV 90.54 133.35 201.8 -
System Red Green Blue C M Y K H S L
Decimal 194 36 100 0 0.81 0.48 0.24 335.7 0.69 0.45
Hex C2 24 64 0 51 30 18 150 45 2D
Octal 302 44 144 0 121 60 30 520 105 55
Binary 11000010 100100 1100100 0 1010001 110000 11000 101010000 1000101 101101

Color Harmonies of #C22464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22464

Black with #C22464

Text Example


Text Example

White with #C22464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22464; }

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

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

background-color css

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

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

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

border-color css

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

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

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