Html Css Color HEX #C70957 Ruby

📋 copy color: '#C70957'

red 199 ◦ green 9 ◦ blue 87

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

Shades of Ruby #C70957

Tints of Ruby #C70957

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.05%

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

R = 67.46%
G = 3.05%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C70957 (or 0xC70957) is known color: Ruby. HEX triplet: C7, 09 and 57. RGB value is (199,9,87). Sum of RGB (Red+Green+Blue) = 199+9+87=295 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.46% from 295); Green value is 9 (3.91% from 255 or 3.05% from 295); Blue value is 87 (34.38% from 255 or 29.49% from 295); Max value from RGB is 199 - color contains mainly: red. Hex color #C70957 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70957 is #38F6A8. Grayscale: #4A4A4A. Windows color (decimal): -3733161 or 5704135. OLE color: 5704135.

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

Color convert

RGB 199 9 87 -
CMYK 0 0.95 0.56 0.22
HSL 335.37º 0.91% 0.41% -
HSV(B) 335.37º 0.95% 0.78% -
XYZ 25.37 13.03 10.19 -
YUV 74.7 134.95 216.66 -
System Red Green Blue C M Y K H S L
Decimal 199 9 87 0 0.95 0.56 0.22 335.37 0.91 0.41
Hex C7 9 57 0 5F 38 16 14F 5B 29
Octal 307 11 127 0 137 70 26 517 133 51
Binary 11000111 1001 1010111 0 1011111 111000 10110 101001111 1011011 101001

Color Harmonies of #C70957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70957

Black with #C70957

Text Example


Text Example

White with #C70957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70957; }

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

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

background-color css

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

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

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

border-color css

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

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

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