Html Css Color HEX #C70468 Ruby

📋 copy color: '#C70468'

red 199 ◦ green 4 ◦ blue 104

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

Shades of Ruby #C70468

Tints of Ruby #C70468

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.3%

 BLUE value IS 104 (41.02% from 255) = 33.88%

R = 64.82%
G = 1.3%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C70468 (or 0xC70468) is known color: Ruby. HEX triplet: C7, 04 and 68. RGB value is (199,4,104). Sum of RGB (Red+Green+Blue) = 199+4+104=307 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.82% from 307); Green value is 4 (1.95% from 255 or 1.30% from 307); Blue value is 104 (41.02% from 255 or 33.88% from 307); Max value from RGB is 199 - color contains mainly: red. Hex color #C70468 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70468 is #38FB97. Grayscale: #494949. Windows color (decimal): -3734424 or 6816967. OLE color: 6816967.

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

Color convert

RGB 199 4 104 -
CMYK 0 0.98 0.48 0.22
HSL 329.23º 0.96% 0.4% -
HSV(B) 329.23º 0.98% 0.78% -
XYZ 26.1 13.23 14.27 -
YUV 73.71 145.1 217.37 -
System Red Green Blue C M Y K H S L
Decimal 199 4 104 0 0.98 0.48 0.22 329.23 0.96 0.4
Hex C7 4 68 0 62 30 16 149 60 28
Octal 307 4 150 0 142 60 26 511 140 50
Binary 11000111 100 1101000 0 1100010 110000 10110 101001001 1100000 101000

Color Harmonies of #C70468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70468

Black with #C70468

Text Example


Text Example

White with #C70468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70468; }

 p { color: rgb(199,4,104); }

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

background-color css

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

 a { background-color: rgb(199,4,104); }

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

border-color css

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

 span { border-color: rgb(199,4,104); }

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