Html Css Color HEX #C7035C Ruby

📋 copy color: '#C7035C'

red 199 ◦ green 3 ◦ blue 92

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

Shades of Ruby #C7035C

Tints of Ruby #C7035C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 31.29%

R = 67.69%
G = 1.02%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C7035C (or 0xC7035C) is known color: Ruby. HEX triplet: C7, 03 and 5C. RGB value is (199,3,92). Sum of RGB (Red+Green+Blue) = 199+3+92=294 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.69% from 294); Green value is 3 (1.56% from 255 or 1.02% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 199 - color contains mainly: red. Hex color #C7035C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7035C is #38FCA3. Grayscale: #474747. Windows color (decimal): -3734692 or 6030279. OLE color: 6030279.

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

Color convert

RGB 199 3 92 -
CMYK 0 0.98 0.54 0.22
HSL 332.76º 0.97% 0.4% -
HSV(B) 332.76º 0.98% 0.78% -
XYZ 25.52 12.98 11.29 -
YUV 71.75 139.43 218.76 -
System Red Green Blue C M Y K H S L
Decimal 199 3 92 0 0.98 0.54 0.22 332.76 0.97 0.4
Hex C7 3 5C 0 62 36 16 14D 61 28
Octal 307 3 134 0 142 66 26 515 141 50
Binary 11000111 11 1011100 0 1100010 110110 10110 101001101 1100001 101000

Color Harmonies of #C7035C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7035C

Black with #C7035C

Text Example


Text Example

White with #C7035C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7035C; }

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

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

background-color css

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

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

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

border-color css

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

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

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