Html Css Color HEX #C22764 Old Rose

📋 copy color: '#C22764'

red 194 ◦ green 39 ◦ blue 100

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

Shades of Old Rose #C22764

Tints of Old Rose #C22764

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.71%

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

R = 58.26%
G = 11.71%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C22764 (or 0xC22764) is known color: Old Rose. HEX triplet: C2, 27 and 64. RGB value is (194,39,100). Sum of RGB (Red+Green+Blue) = 194+39+100=333 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.26% from 333); Green value is 39 (15.62% from 255 or 11.71% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 194 - color contains mainly: red. Hex color #C22764 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22764 is #3DD89B. Grayscale: #5C5C5C. Windows color (decimal): -4053148 or 6563778. OLE color: 6563778.

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

Color convert

RGB 194 39 100 -
CMYK 0 0.80 0.48 0.24
HSL 336.39º 0.67% 0.46% -
HSV(B) 336.39º 0.8% 0.76% -
XYZ 25.27 13.84 13.4 -
YUV 92.3 132.35 200.54 -
System Red Green Blue C M Y K H S L
Decimal 194 39 100 0 0.80 0.48 0.24 336.39 0.67 0.46
Hex C2 27 64 0 50 30 18 150 43 2E
Octal 302 47 144 0 120 60 30 520 103 56
Binary 11000010 100111 1100100 0 1010000 110000 11000 101010000 1000011 101110

Color Harmonies of #C22764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22764

Black with #C22764

Text Example


Text Example

White with #C22764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22764; }

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

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

background-color css

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

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

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

border-color css

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

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

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