Html Css Color HEX #C8126B Ruby

📋 copy color: '#C8126B'

red 200 ◦ green 18 ◦ blue 107

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

Shades of Ruby #C8126B

Tints of Ruby #C8126B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.92%

R = 61.54%
G = 5.54%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C8126B (or 0xC8126B) is known color: Ruby. HEX triplet: C8, 12 and 6B. RGB value is (200,18,107). Sum of RGB (Red+Green+Blue) = 200+18+107=325 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.54% from 325); Green value is 18 (7.42% from 255 or 5.54% from 325); Blue value is 107 (42.19% from 255 or 32.92% from 325); Max value from RGB is 200 - color contains mainly: red. Hex color #C8126B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8126B is #37ED94. Grayscale: #525252. Windows color (decimal): -3665301 or 7017160. OLE color: 7017160.

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

Color convert

RGB 200 18 107 -
CMYK 0 0.91 0.46 0.22
HSL 330.66º 0.83% 0.43% -
HSV(B) 330.66º 0.91% 0.78% -
XYZ 26.69 13.77 15.16 -
YUV 82.56 141.8 211.76 -
System Red Green Blue C M Y K H S L
Decimal 200 18 107 0 0.91 0.46 0.22 330.66 0.83 0.43
Hex C8 12 6B 0 5B 2E 16 14B 53 2B
Octal 310 22 153 0 133 56 26 513 123 53
Binary 11001000 10010 1101011 0 1011011 101110 10110 101001011 1010011 101011

Color Harmonies of #C8126B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8126B

Black with #C8126B

Text Example


Text Example

White with #C8126B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8126B; }

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

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

background-color css

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

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

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

border-color css

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

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

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