Html Css Color HEX #C8085F Ruby

📋 copy color: '#C8085F'

red 200 ◦ green 8 ◦ blue 95

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

Shades of Ruby #C8085F

Tints of Ruby #C8085F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.64%

 BLUE value IS 95 (37.5% from 255) = 31.35%

R = 66.01%
G = 2.64%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C8085F (or 0xC8085F) is known color: Ruby. HEX triplet: C8, 08 and 5F. RGB value is (200,8,95). Sum of RGB (Red+Green+Blue) = 200+8+95=303 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.01% from 303); Green value is 8 (3.52% from 255 or 2.64% from 303); Blue value is 95 (37.5% from 255 or 31.35% from 303); Max value from RGB is 200 - color contains mainly: red. Hex color #C8085F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8085F is #37F7A0. Grayscale: #4B4B4B. Windows color (decimal): -3667873 or 6228168. OLE color: 6228168.

HSL color Cylindrical-coordinate representation of color #C8085F: hue angle of 332.81º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C8085F is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 8 95 -
CMYK 0 0.96 0.52 0.22
HSL 332.81º 0.92% 0.41% -
HSV(B) 332.81º 0.96% 0.78% -
XYZ 25.97 13.28 12.02 -
YUV 75.33 139.11 216.93 -
System Red Green Blue C M Y K H S L
Decimal 200 8 95 0 0.96 0.52 0.22 332.81 0.92 0.41
Hex C8 8 5F 0 60 34 16 14D 5C 29
Octal 310 10 137 0 140 64 26 515 134 51
Binary 11001000 1000 1011111 0 1100000 110100 10110 101001101 1011100 101001

Color Harmonies of #C8085F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8085F

Black with #C8085F

Text Example


Text Example

White with #C8085F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8085F; }

 p { color: rgb(200,8,95); }

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

background-color css

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

 a { background-color: rgb(200,8,95); }

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

border-color css

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

 span { border-color: rgb(200,8,95); }

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