Html Css Color HEX #C8085A Ruby

📋 copy color: '#C8085A'

red 200 ◦ green 8 ◦ blue 90

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

Shades of Ruby #C8085A

Tints of Ruby #C8085A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 30.2%

R = 67.11%
G = 2.68%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C8085A (or 0xC8085A) is known color: Ruby. HEX triplet: C8, 08 and 5A. RGB value is (200,8,90). Sum of RGB (Red+Green+Blue) = 200+8+90=298 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.11% from 298); Green value is 8 (3.52% from 255 or 2.68% from 298); Blue value is 90 (35.55% from 255 or 30.20% from 298); Max value from RGB is 200 - color contains mainly: red. Hex color #C8085A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8085A is #37F7A5. Grayscale: #4A4A4A. Windows color (decimal): -3667878 or 5900488. OLE color: 5900488.

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

Color convert

RGB 200 8 90 -
CMYK 0 0.96 0.55 0.22
HSL 334.38º 0.92% 0.41% -
HSV(B) 334.38º 0.96% 0.78% -
XYZ 25.75 13.19 10.86 -
YUV 74.76 136.61 217.33 -
System Red Green Blue C M Y K H S L
Decimal 200 8 90 0 0.96 0.55 0.22 334.38 0.92 0.41
Hex C8 8 5A 0 60 37 16 14E 5C 29
Octal 310 10 132 0 140 67 26 516 134 51
Binary 11001000 1000 1011010 0 1100000 110111 10110 101001110 1011100 101001

Color Harmonies of #C8085A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8085A

Black with #C8085A

Text Example


Text Example

White with #C8085A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8085A; }

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

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

background-color css

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

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

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

border-color css

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

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

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