Html Css Color HEX #C70857 Ruby

📋 copy color: '#C70857'

red 199 ◦ green 8 ◦ blue 87

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

Shades of Ruby #C70857

Tints of Ruby #C70857

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.72%

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

R = 67.69%
G = 2.72%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C70857 (or 0xC70857) is known color: Ruby. HEX triplet: C7, 08 and 57. RGB value is (199,8,87). Sum of RGB (Red+Green+Blue) = 199+8+87=294 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.69% from 294); Green value is 8 (3.52% from 255 or 2.72% from 294); Blue value is 87 (34.38% from 255 or 29.59% from 294); Max value from RGB is 199 - color contains mainly: red. Hex color #C70857 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70857 is #38F7A8. Grayscale: #494949. Windows color (decimal): -3733417 or 5703879. OLE color: 5703879.

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

Color convert

RGB 199 8 87 -
CMYK 0 0.96 0.56 0.22
HSL 335.18º 0.92% 0.41% -
HSV(B) 335.18º 0.96% 0.78% -
XYZ 25.36 13 10.19 -
YUV 74.12 135.28 217.08 -
System Red Green Blue C M Y K H S L
Decimal 199 8 87 0 0.96 0.56 0.22 335.18 0.92 0.41
Hex C7 8 57 0 60 38 16 14F 5C 29
Octal 307 10 127 0 140 70 26 517 134 51
Binary 11000111 1000 1010111 0 1100000 111000 10110 101001111 1011100 101001

Color Harmonies of #C70857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70857

Black with #C70857

Text Example


Text Example

White with #C70857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70857; }

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

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

background-color css

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

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

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

border-color css

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

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

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