Html Css Color HEX #C82066 Ruby

📋 copy color: '#C82066'

red 200 ◦ green 32 ◦ blue 102

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

Shades of Ruby #C82066

Tints of Ruby #C82066

RGB

 RED value IS 200 (78.52% from 255) = 59.88%

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

 BLUE value IS 102 (40.23% from 255) = 30.54%

R = 59.88%
G = 9.58%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C82066 (or 0xC82066) is known color: Ruby. HEX triplet: C8, 20 and 66. RGB value is (200,32,102). Sum of RGB (Red+Green+Blue) = 200+32+102=334 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.88% from 334); Green value is 32 (12.89% from 255 or 9.58% from 334); Blue value is 102 (40.23% from 255 or 30.54% from 334); Max value from RGB is 200 - color contains mainly: red. Hex color #C82066 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82066 is #37DF99. Grayscale: #5A5A5A. Windows color (decimal): -3661722 or 6693064. OLE color: 6693064.

HSL color Cylindrical-coordinate representation of color #C82066: hue angle of 335º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C82066 is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 32 102 -
CMYK 0 0.84 0.49 0.22
HSL 335º 0.72% 0.45% -
HSV(B) 335º 0.84% 0.78% -
XYZ 26.73 14.27 13.92 -
YUV 90.21 134.66 206.31 -
System Red Green Blue C M Y K H S L
Decimal 200 32 102 0 0.84 0.49 0.22 335 0.72 0.45
Hex C8 20 66 0 54 31 16 14F 48 2D
Octal 310 40 146 0 124 61 26 517 110 55
Binary 11001000 100000 1100110 0 1010100 110001 10110 101001111 1001000 101101

Color Harmonies of #C82066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82066

Black with #C82066

Text Example


Text Example

White with #C82066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82066; }

 p { color: rgb(200,32,102); }

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

background-color css

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

 a { background-color: rgb(200,32,102); }

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

border-color css

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

 span { border-color: rgb(200,32,102); }

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