Html Css Color HEX #C7075B Ruby

📋 copy color: '#C7075B'

red 199 ◦ green 7 ◦ blue 91

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

Shades of Ruby #C7075B

Tints of Ruby #C7075B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.64%

R = 67%
G = 2.36%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C7075B (or 0xC7075B) is known color: Ruby. HEX triplet: C7, 07 and 5B. RGB value is (199,7,91). Sum of RGB (Red+Green+Blue) = 199+7+91=297 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.00% from 297); Green value is 7 (3.12% from 255 or 2.36% from 297); Blue value is 91 (35.94% from 255 or 30.64% from 297); Max value from RGB is 199 - color contains mainly: red. Hex color #C7075B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7075B is #38F8A4. Grayscale: #494949. Windows color (decimal): -3733669 or 5965767. OLE color: 5965767.

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

Color convert

RGB 199 7 91 -
CMYK 0 0.96 0.54 0.22
HSL 333.75º 0.93% 0.4% -
HSV(B) 333.75º 0.96% 0.78% -
XYZ 25.52 13.05 11.07 -
YUV 73.98 137.61 217.17 -
System Red Green Blue C M Y K H S L
Decimal 199 7 91 0 0.96 0.54 0.22 333.75 0.93 0.4
Hex C7 7 5B 0 60 36 16 14E 5D 28
Octal 307 7 133 0 140 66 26 516 135 50
Binary 11000111 111 1011011 0 1100000 110110 10110 101001110 1011101 101000

Color Harmonies of #C7075B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7075B

Black with #C7075B

Text Example


Text Example

White with #C7075B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7075B; }

 p { color: rgb(199,7,91); }

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

background-color css

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

 a { background-color: rgb(199,7,91); }

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

border-color css

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

 span { border-color: rgb(199,7,91); }

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