Html Css Color HEX #C8126A Ruby

📋 copy color: '#C8126A'

red 200 ◦ green 18 ◦ blue 106

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

Shades of Ruby #C8126A

Tints of Ruby #C8126A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.56%

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

R = 61.73%
G = 5.56%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C8126A (or 0xC8126A) is known color: Ruby. HEX triplet: C8, 12 and 6A. RGB value is (200,18,106). Sum of RGB (Red+Green+Blue) = 200+18+106=324 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.73% from 324); Green value is 18 (7.42% from 255 or 5.56% from 324); Blue value is 106 (41.80% from 255 or 32.72% from 324); Max value from RGB is 200 - color contains mainly: red. Hex color #C8126A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8126A is #37ED95. Grayscale: #525252. Windows color (decimal): -3665302 or 6951624. OLE color: 6951624.

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

Color convert

RGB 200 18 106 -
CMYK 0 0.91 0.47 0.22
HSL 330.99º 0.83% 0.43% -
HSV(B) 330.99º 0.91% 0.78% -
XYZ 26.64 13.75 14.89 -
YUV 82.45 141.3 211.84 -
System Red Green Blue C M Y K H S L
Decimal 200 18 106 0 0.91 0.47 0.22 330.99 0.83 0.43
Hex C8 12 6A 0 5B 2F 16 14B 53 2B
Octal 310 22 152 0 133 57 26 513 123 53
Binary 11001000 10010 1101010 0 1011011 101111 10110 101001011 1010011 101011

Color Harmonies of #C8126A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8126A

Black with #C8126A

Text Example


Text Example

White with #C8126A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8126A; }

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

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

background-color css

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

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

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

border-color css

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

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

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