Html Css Color HEX #C8075F Ruby

📋 copy color: '#C8075F'

red 200 ◦ green 7 ◦ blue 95

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

Shades of Ruby #C8075F

Tints of Ruby #C8075F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.32%

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

R = 66.23%
G = 2.32%
B = 31.46%

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

#C8075F (or 0xC8075F) is known color: Ruby. HEX triplet: C8, 07 and 5F. RGB value is (200,7,95). Sum of RGB (Red+Green+Blue) = 200+7+95=302 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.23% from 302); Green value is 7 (3.12% from 255 or 2.32% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 200 - color contains mainly: red. Hex color #C8075F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8075F is #37F8A0. Grayscale: #4A4A4A. Windows color (decimal): -3668129 or 6227912. OLE color: 6227912.

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

Color convert

RGB 200 7 95 -
CMYK 0 0.96 0.52 0.22
HSL 332.64º 0.93% 0.41% -
HSV(B) 332.64º 0.97% 0.78% -
XYZ 25.96 13.26 12.02 -
YUV 74.74 139.44 217.34 -
System Red Green Blue C M Y K H S L
Decimal 200 7 95 0 0.96 0.52 0.22 332.64 0.93 0.41
Hex C8 7 5F 0 60 34 16 14D 5D 29
Octal 310 7 137 0 140 64 26 515 135 51
Binary 11001000 111 1011111 0 1100000 110100 10110 101001101 1011101 101001

Color Harmonies of #C8075F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8075F

Black with #C8075F

Text Example


Text Example

White with #C8075F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8075F; }

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

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

background-color css

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

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

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

border-color css

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

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

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