Html Css Color HEX #C70069 Ruby

📋 copy color: '#C70069'

red 199 ◦ green 0 ◦ blue 105

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

Shades of Ruby #C70069

Tints of Ruby #C70069

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 105 (41.41% from 255) = 34.54%

R = 65.46%
G = 0%
B = 34.54%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C70069 (or 0xC70069) is known color: Ruby. HEX triplet: C7, 00 and 69. RGB value is (199,0,105). Sum of RGB (Red+Green+Blue) = 199+0+105=304 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.46% from 304); Green value is 0 (0.39% from 255 or 0% from 304); Blue value is 105 (41.41% from 255 or 34.54% from 304); Max value from RGB is 199 - color contains mainly: red. Hex color #C70069 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70069 is #38FF96. Grayscale: #474747. Windows color (decimal): -3735447 or 6881479. OLE color: 6881479.

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

Color convert

RGB 199 0 105 -
CMYK 0 1 0.47 0.22
HSL 328.34º 1% 0.39% -
HSV(B) 328.34º 1% 0.78% -
XYZ 26.1 13.16 14.53 -
YUV 71.47 146.93 218.96 -
System Red Green Blue C M Y K H S L
Decimal 199 0 105 0 1 0.47 0.22 328.34 1 0.39
Hex C7 0 69 0 64 2F 16 148 64 27
Octal 307 0 151 0 144 57 26 510 144 47
Binary 11000111 0 1101001 0 1100100 101111 10110 101001000 1100100 100111

Color Harmonies of #C70069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70069

Black with #C70069

Text Example


Text Example

White with #C70069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70069; }

 p { color: rgb(199,0,105); }

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

background-color css

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

 a { background-color: rgb(199,0,105); }

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

border-color css

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

 span { border-color: rgb(199,0,105); }

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