Html Css Color HEX #C70657 Ruby

📋 copy color: '#C70657'

red 199 ◦ green 6 ◦ blue 87

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

Shades of Ruby #C70657

Tints of Ruby #C70657

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.05%

 BLUE value IS 87 (34.38% from 255) = 29.79%

R = 68.15%
G = 2.05%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C70657 (or 0xC70657) is known color: Ruby. HEX triplet: C7, 06 and 57. RGB value is (199,6,87). Sum of RGB (Red+Green+Blue) = 199+6+87=292 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.15% from 292); Green value is 6 (2.73% from 255 or 2.05% from 292); Blue value is 87 (34.38% from 255 or 29.79% from 292); Max value from RGB is 199 - color contains mainly: red. Hex color #C70657 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70657 is #38F9A8. Grayscale: #484848. Windows color (decimal): -3733929 or 5703367. OLE color: 5703367.

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

Color convert

RGB 199 6 87 -
CMYK 0 0.97 0.56 0.22
HSL 334.82º 0.94% 0.4% -
HSV(B) 334.82º 0.97% 0.78% -
XYZ 25.34 12.96 10.18 -
YUV 72.94 135.94 217.91 -
System Red Green Blue C M Y K H S L
Decimal 199 6 87 0 0.97 0.56 0.22 334.82 0.94 0.4
Hex C7 6 57 0 61 38 16 14F 5E 28
Octal 307 6 127 0 141 70 26 517 136 50
Binary 11000111 110 1010111 0 1100001 111000 10110 101001111 1011110 101000

Color Harmonies of #C70657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70657

Black with #C70657

Text Example


Text Example

White with #C70657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70657; }

 p { color: rgb(199,6,87); }

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

background-color css

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

 a { background-color: rgb(199,6,87); }

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

border-color css

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

 span { border-color: rgb(199,6,87); }

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