Html Css Color HEX #C8065B Ruby

📋 copy color: '#C8065B'

red 200 ◦ green 6 ◦ blue 91

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

Shades of Ruby #C8065B

Tints of Ruby #C8065B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.02%

 BLUE value IS 91 (35.94% from 255) = 30.64%

R = 67.34%
G = 2.02%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C8065B (or 0xC8065B) is known color: Ruby. HEX triplet: C8, 06 and 5B. RGB value is (200,6,91). Sum of RGB (Red+Green+Blue) = 200+6+91=297 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.34% from 297); Green value is 6 (2.73% from 255 or 2.02% from 297); Blue value is 91 (35.94% from 255 or 30.64% from 297); Max value from RGB is 200 - color contains mainly: red. Hex color #C8065B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8065B is #37F9A4. Grayscale: #494949. Windows color (decimal): -3668389 or 5965512. OLE color: 5965512.

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

Color convert

RGB 200 6 91 -
CMYK 0 0.97 0.54 0.22
HSL 333.71º 0.94% 0.4% -
HSV(B) 333.71º 0.97% 0.78% -
XYZ 25.77 13.16 11.08 -
YUV 73.7 137.77 218.09 -
System Red Green Blue C M Y K H S L
Decimal 200 6 91 0 0.97 0.54 0.22 333.71 0.94 0.4
Hex C8 6 5B 0 61 36 16 14E 5E 28
Octal 310 6 133 0 141 66 26 516 136 50
Binary 11001000 110 1011011 0 1100001 110110 10110 101001110 1011110 101000

Color Harmonies of #C8065B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8065B

Black with #C8065B

Text Example


Text Example

White with #C8065B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8065B; }

 p { color: rgb(200,6,91); }

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

background-color css

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

 a { background-color: rgb(200,6,91); }

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

border-color css

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

 span { border-color: rgb(200,6,91); }

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