Html Css Color HEX #C70264 Ruby

📋 copy color: '#C70264'

red 199 ◦ green 2 ◦ blue 100

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

Shades of Ruby #C70264

Tints of Ruby #C70264

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.66%

 BLUE value IS 100 (39.45% from 255) = 33.22%

R = 66.11%
G = 0.66%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#C70264 (or 0xC70264) is known color: Ruby. HEX triplet: C7, 02 and 64. RGB value is (199,2,100). Sum of RGB (Red+Green+Blue) = 199+2+100=301 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.11% from 301); Green value is 2 (1.17% from 255 or 0.66% from 301); Blue value is 100 (39.45% from 255 or 33.22% from 301); Max value from RGB is 199 - color contains mainly: red. Hex color #C70264 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70264 is #38FD9B. Grayscale: #474747. Windows color (decimal): -3734940 or 6554311. OLE color: 6554311.

HSL color Cylindrical-coordinate representation of color #C70264: hue angle of 330.15º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C70264 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 2 100 -
CMYK 0 0.99 0.50 0.22
HSL 330.15º 0.98% 0.39% -
HSV(B) 330.15º 0.99% 0.78% -
XYZ 25.88 13.11 13.22 -
YUV 72.08 143.77 218.53 -
System Red Green Blue C M Y K H S L
Decimal 199 2 100 0 0.99 0.50 0.22 330.15 0.98 0.39
Hex C7 2 64 0 63 32 16 14A 62 27
Octal 307 2 144 0 143 62 26 512 142 47
Binary 11000111 10 1100100 0 1100011 110010 10110 101001010 1100010 100111

Color Harmonies of #C70264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70264

Black with #C70264

Text Example


Text Example

White with #C70264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70264; }

 p { color: rgb(199,2,100); }

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

background-color css

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

 a { background-color: rgb(199,2,100); }

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

border-color css

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

 span { border-color: rgb(199,2,100); }

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