Html Css Color HEX #C8206A Ruby

📋 copy color: '#C8206A'

red 200 ◦ green 32 ◦ blue 106

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

Shades of Ruby #C8206A

Tints of Ruby #C8206A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.36%

R = 59.17%
G = 9.47%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C8206A (or 0xC8206A) is known color: Ruby. HEX triplet: C8, 20 and 6A. RGB value is (200,32,106). Sum of RGB (Red+Green+Blue) = 200+32+106=338 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.17% from 338); Green value is 32 (12.89% from 255 or 9.47% from 338); Blue value is 106 (41.80% from 255 or 31.36% from 338); Max value from RGB is 200 - color contains mainly: red. Hex color #C8206A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8206A is #37DF95. Grayscale: #5A5A5A. Windows color (decimal): -3661718 or 6955208. OLE color: 6955208.

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

Color convert

RGB 200 32 106 -
CMYK 0 0.84 0.47 0.22
HSL 333.57º 0.72% 0.45% -
HSV(B) 333.57º 0.84% 0.78% -
XYZ 26.94 14.35 14.99 -
YUV 90.67 136.66 205.98 -
System Red Green Blue C M Y K H S L
Decimal 200 32 106 0 0.84 0.47 0.22 333.57 0.72 0.45
Hex C8 20 6A 0 54 2F 16 14E 48 2D
Octal 310 40 152 0 124 57 26 516 110 55
Binary 11001000 100000 1101010 0 1010100 101111 10110 101001110 1001000 101101

Color Harmonies of #C8206A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8206A

Black with #C8206A

Text Example


Text Example

White with #C8206A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8206A; }

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

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

background-color css

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

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

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

border-color css

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

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

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