Html Css Color HEX #C8026A Ruby

📋 copy color: '#C8026A'

red 200 ◦ green 2 ◦ blue 106

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

Shades of Ruby #C8026A

Tints of Ruby #C8026A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.65%

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

R = 64.94%
G = 0.65%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C8026A (or 0xC8026A) is known color: Ruby. HEX triplet: C8, 02 and 6A. RGB value is (200,2,106). Sum of RGB (Red+Green+Blue) = 200+2+106=308 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.94% from 308); Green value is 2 (1.17% from 255 or 0.65% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 200 - color contains mainly: red. Hex color #C8026A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8026A is #37FD95. Grayscale: #484848. Windows color (decimal): -3669398 or 6947528. OLE color: 6947528.

HSL color Cylindrical-coordinate representation of color #C8026A: hue angle of 328.48º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C8026A is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 2 106 -
CMYK 0 0.99 0.47 0.22
HSL 328.48º 0.98% 0.4% -
HSV(B) 328.48º 0.99% 0.78% -
XYZ 26.44 13.36 14.82 -
YUV 73.06 146.6 218.54 -
System Red Green Blue C M Y K H S L
Decimal 200 2 106 0 0.99 0.47 0.22 328.48 0.98 0.4
Hex C8 2 6A 0 63 2F 16 148 62 28
Octal 310 2 152 0 143 57 26 510 142 50
Binary 11001000 10 1101010 0 1100011 101111 10110 101001000 1100010 101000

Color Harmonies of #C8026A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8026A

Black with #C8026A

Text Example


Text Example

White with #C8026A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8026A; }

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

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

background-color css

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

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

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

border-color css

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

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

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