Html Css Color HEX #C7035A Ruby

📋 copy color: '#C7035A'

red 199 ◦ green 3 ◦ blue 90

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

Shades of Ruby #C7035A

Tints of Ruby #C7035A

RGB

 RED value IS 199 (78.13% from 255) = 68.15%

 GREEN value IS 3 (1.56% from 255) = 1.03%

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

R = 68.15%
G = 1.03%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C7035A (or 0xC7035A) is known color: Ruby. HEX triplet: C7, 03 and 5A. RGB value is (199,3,90). Sum of RGB (Red+Green+Blue) = 199+3+90=292 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.15% from 292); Green value is 3 (1.56% from 255 or 1.03% from 292); Blue value is 90 (35.55% from 255 or 30.82% from 292); Max value from RGB is 199 - color contains mainly: red. Hex color #C7035A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7035A is #38FCA5. Grayscale: #474747. Windows color (decimal): -3734694 or 5899207. OLE color: 5899207.

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

Color convert

RGB 199 3 90 -
CMYK 0 0.98 0.55 0.22
HSL 333.37º 0.97% 0.4% -
HSV(B) 333.37º 0.98% 0.78% -
XYZ 25.43 12.95 10.83 -
YUV 71.52 138.43 218.93 -
System Red Green Blue C M Y K H S L
Decimal 199 3 90 0 0.98 0.55 0.22 333.37 0.97 0.4
Hex C7 3 5A 0 62 37 16 14D 61 28
Octal 307 3 132 0 142 67 26 515 141 50
Binary 11000111 11 1011010 0 1100010 110111 10110 101001101 1100001 101000

Color Harmonies of #C7035A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7035A

Black with #C7035A

Text Example


Text Example

White with #C7035A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7035A; }

 p { color: rgb(199,3,90); }

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

background-color css

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

 a { background-color: rgb(199,3,90); }

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

border-color css

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

 span { border-color: rgb(199,3,90); }

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