Html Css Color HEX #C70669 Ruby

📋 copy color: '#C70669'

red 199 ◦ green 6 ◦ blue 105

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

Shades of Ruby #C70669

Tints of Ruby #C70669

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.94%

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

R = 64.19%
G = 1.94%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C70669 (or 0xC70669) is known color: Ruby. HEX triplet: C7, 06 and 69. RGB value is (199,6,105). Sum of RGB (Red+Green+Blue) = 199+6+105=310 (41% of max value = 765). Red value is 199 (78.12% from 255 or 64.19% from 310); Green value is 6 (2.73% from 255 or 1.94% from 310); Blue value is 105 (41.41% from 255 or 33.87% from 310); Max value from RGB is 199 - color contains mainly: red. Hex color #C70669 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70669 is #38F996. Grayscale: #4A4A4A. Windows color (decimal): -3733911 or 6883015. OLE color: 6883015.

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

Color convert

RGB 199 6 105 -
CMYK 0 0.97 0.47 0.22
HSL 329.22º 0.94% 0.4% -
HSV(B) 329.22º 0.97% 0.78% -
XYZ 26.17 13.29 14.55 -
YUV 74.99 144.94 216.45 -
System Red Green Blue C M Y K H S L
Decimal 199 6 105 0 0.97 0.47 0.22 329.22 0.94 0.4
Hex C7 6 69 0 61 2F 16 149 5E 28
Octal 307 6 151 0 141 57 26 511 136 50
Binary 11000111 110 1101001 0 1100001 101111 10110 101001001 1011110 101000

Color Harmonies of #C70669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70669

Black with #C70669

Text Example


Text Example

White with #C70669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70669; }

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

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

background-color css

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

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

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

border-color css

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

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

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