Html Css Color HEX #C22067 Ruby

📋 copy color: '#C22067'

red 194 ◦ green 32 ◦ blue 103

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

Shades of Ruby #C22067

Tints of Ruby #C22067

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.73%

 BLUE value IS 103 (40.63% from 255) = 31.31%

R = 58.97%
G = 9.73%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C22067 (or 0xC22067) is known color: Ruby. HEX triplet: C2, 20 and 67. RGB value is (194,32,103). Sum of RGB (Red+Green+Blue) = 194+32+103=329 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.97% from 329); Green value is 32 (12.89% from 255 or 9.73% from 329); Blue value is 103 (40.62% from 255 or 31.31% from 329); Max value from RGB is 194 - color contains mainly: red. Hex color #C22067 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22067 is #3DDF98. Grayscale: #585858. Windows color (decimal): -4054937 or 6758594. OLE color: 6758594.

HSL color Cylindrical-coordinate representation of color #C22067: hue angle of 333.7º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C22067 is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 32 103 -
CMYK 0 0.84 0.47 0.24
HSL 333.7º 0.72% 0.44% -
HSV(B) 333.7º 0.84% 0.76% -
XYZ 25.21 13.48 14.11 -
YUV 88.53 136.17 203.23 -
System Red Green Blue C M Y K H S L
Decimal 194 32 103 0 0.84 0.47 0.24 333.7 0.72 0.44
Hex C2 20 67 0 54 2F 18 14E 48 2C
Octal 302 40 147 0 124 57 30 516 110 54
Binary 11000010 100000 1100111 0 1010100 101111 11000 101001110 1001000 101100

Color Harmonies of #C22067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22067

Black with #C22067

Text Example


Text Example

White with #C22067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22067; }

 p { color: rgb(194,32,103); }

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

background-color css

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

 a { background-color: rgb(194,32,103); }

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

border-color css

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

 span { border-color: rgb(194,32,103); }

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