Html Css Color HEX #C20952 Ruby

📋 copy color: '#C20952'

red 194 ◦ green 9 ◦ blue 82

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

Shades of Ruby #C20952

Tints of Ruby #C20952

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.16%

 BLUE value IS 82 (32.42% from 255) = 28.77%

R = 68.07%
G = 3.16%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C20952 (or 0xC20952) is known color: Ruby. HEX triplet: C2, 09 and 52. RGB value is (194,9,82). Sum of RGB (Red+Green+Blue) = 194+9+82=285 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.07% from 285); Green value is 9 (3.91% from 255 or 3.16% from 285); Blue value is 82 (32.42% from 255 or 28.77% from 285); Max value from RGB is 194 - color contains mainly: red. Hex color #C20952 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20952 is #3DF6AD. Grayscale: #484848. Windows color (decimal): -4060846 or 5376450. OLE color: 5376450.

HSL color Cylindrical-coordinate representation of color #C20952: hue angle of 336.32º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20952 is Cyan = 0, Magento = 0.95, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 9 82 -
CMYK 0 0.95 0.58 0.24
HSL 336.32º 0.91% 0.4% -
HSV(B) 336.32º 0.95% 0.76% -
XYZ 23.87 12.27 9.09 -
YUV 72.64 133.29 214.56 -
System Red Green Blue C M Y K H S L
Decimal 194 9 82 0 0.95 0.58 0.24 336.32 0.91 0.4
Hex C2 9 52 0 5F 3A 18 150 5B 28
Octal 302 11 122 0 137 72 30 520 133 50
Binary 11000010 1001 1010010 0 1011111 111010 11000 101010000 1011011 101000

Color Harmonies of #C20952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20952

Black with #C20952

Text Example


Text Example

White with #C20952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20952; }

 p { color: rgb(194,9,82); }

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

background-color css

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

 a { background-color: rgb(194,9,82); }

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

border-color css

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

 span { border-color: rgb(194,9,82); }

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