Html Css Color HEX #C8075A Ruby

📋 copy color: '#C8075A'

red 200 ◦ green 7 ◦ blue 90

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

Shades of Ruby #C8075A

Tints of Ruby #C8075A

RGB

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

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

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

R = 67.34%
G = 2.36%
B = 30.3%

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

#C8075A (or 0xC8075A) is known color: Ruby. HEX triplet: C8, 07 and 5A. RGB value is (200,7,90). Sum of RGB (Red+Green+Blue) = 200+7+90=297 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.34% from 297); Green value is 7 (3.12% from 255 or 2.36% from 297); Blue value is 90 (35.55% from 255 or 30.30% from 297); Max value from RGB is 200 - color contains mainly: red. Hex color #C8075A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8075A is #37F8A5. Grayscale: #4A4A4A. Windows color (decimal): -3668134 or 5900232. OLE color: 5900232.

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

Color convert

RGB 200 7 90 -
CMYK 0 0.96 0.55 0.22
HSL 334.2º 0.93% 0.41% -
HSV(B) 334.2º 0.97% 0.78% -
XYZ 25.74 13.17 10.86 -
YUV 74.17 136.94 217.75 -
System Red Green Blue C M Y K H S L
Decimal 200 7 90 0 0.96 0.55 0.22 334.2 0.93 0.41
Hex C8 7 5A 0 60 37 16 14E 5D 29
Octal 310 7 132 0 140 67 26 516 135 51
Binary 11001000 111 1011010 0 1100000 110111 10110 101001110 1011101 101001

Color Harmonies of #C8075A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8075A

Black with #C8075A

Text Example


Text Example

White with #C8075A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8075A; }

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

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

background-color css

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

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

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

border-color css

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

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

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