Html Css Color HEX #C70852 Ruby

📋 copy color: '#C70852'

red 199 ◦ green 8 ◦ blue 82

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

Shades of Ruby #C70852

Tints of Ruby #C70852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 28.37%

R = 68.86%
G = 2.77%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C70852 (or 0xC70852) is known color: Ruby. HEX triplet: C7, 08 and 52. RGB value is (199,8,82). Sum of RGB (Red+Green+Blue) = 199+8+82=289 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.86% from 289); Green value is 8 (3.52% from 255 or 2.77% from 289); Blue value is 82 (32.42% from 255 or 28.37% from 289); Max value from RGB is 199 - color contains mainly: red. Hex color #C70852 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70852 is #38F7AD. Grayscale: #494949. Windows color (decimal): -3733422 or 5376199. OLE color: 5376199.

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

Color convert

RGB 199 8 82 -
CMYK 0 0.96 0.59 0.22
HSL 336.75º 0.92% 0.41% -
HSV(B) 336.75º 0.96% 0.78% -
XYZ 25.16 12.92 9.15 -
YUV 73.55 132.78 217.48 -
System Red Green Blue C M Y K H S L
Decimal 199 8 82 0 0.96 0.59 0.22 336.75 0.92 0.41
Hex C7 8 52 0 60 3B 16 151 5C 29
Octal 307 10 122 0 140 73 26 521 134 51
Binary 11000111 1000 1010010 0 1100000 111011 10110 101010001 1011100 101001

Color Harmonies of #C70852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70852

Black with #C70852

Text Example


Text Example

White with #C70852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70852; }

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

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

background-color css

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

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

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

border-color css

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

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

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