Html Css Color HEX #C82069 Ruby

📋 copy color: '#C82069'

red 200 ◦ green 32 ◦ blue 105

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

Shades of Ruby #C82069

Tints of Ruby #C82069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 31.16%

R = 59.35%
G = 9.5%
B = 31.16%

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

#C82069 (or 0xC82069) is known color: Ruby. HEX triplet: C8, 20 and 69. RGB value is (200,32,105). Sum of RGB (Red+Green+Blue) = 200+32+105=337 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.35% from 337); Green value is 32 (12.89% from 255 or 9.50% from 337); Blue value is 105 (41.41% from 255 or 31.16% from 337); Max value from RGB is 200 - color contains mainly: red. Hex color #C82069 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82069 is #37DF96. Grayscale: #5A5A5A. Windows color (decimal): -3661719 or 6889672. OLE color: 6889672.

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

Color convert

RGB 200 32 105 -
CMYK 0 0.84 0.48 0.22
HSL 333.93º 0.72% 0.45% -
HSV(B) 333.93º 0.84% 0.78% -
XYZ 26.89 14.33 14.71 -
YUV 90.55 136.16 206.06 -
System Red Green Blue C M Y K H S L
Decimal 200 32 105 0 0.84 0.48 0.22 333.93 0.72 0.45
Hex C8 20 69 0 54 30 16 14E 48 2D
Octal 310 40 151 0 124 60 26 516 110 55
Binary 11001000 100000 1101001 0 1010100 110000 10110 101001110 1001000 101101

Color Harmonies of #C82069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82069

Black with #C82069

Text Example


Text Example

White with #C82069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82069; }

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

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

background-color css

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

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

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

border-color css

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

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

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