Html Css Color HEX #C82068 Ruby

📋 copy color: '#C82068'

red 200 ◦ green 32 ◦ blue 104

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

Shades of Ruby #C82068

Tints of Ruby #C82068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 30.95%

R = 59.52%
G = 9.52%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C82068 (or 0xC82068) is known color: Ruby. HEX triplet: C8, 20 and 68. RGB value is (200,32,104). Sum of RGB (Red+Green+Blue) = 200+32+104=336 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.52% from 336); Green value is 32 (12.89% from 255 or 9.52% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 200 - color contains mainly: red. Hex color #C82068 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82068 is #37DF97. Grayscale: #5A5A5A. Windows color (decimal): -3661720 or 6824136. OLE color: 6824136.

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

Color convert

RGB 200 32 104 -
CMYK 0 0.84 0.48 0.22
HSL 334.29º 0.72% 0.45% -
HSV(B) 334.29º 0.84% 0.78% -
XYZ 26.83 14.31 14.44 -
YUV 90.44 135.66 206.15 -
System Red Green Blue C M Y K H S L
Decimal 200 32 104 0 0.84 0.48 0.22 334.29 0.72 0.45
Hex C8 20 68 0 54 30 16 14E 48 2D
Octal 310 40 150 0 124 60 26 516 110 55
Binary 11001000 100000 1101000 0 1010100 110000 10110 101001110 1001000 101101

Color Harmonies of #C82068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82068

Black with #C82068

Text Example


Text Example

White with #C82068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82068; }

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

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

background-color css

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

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

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

border-color css

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

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

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