Html Css Color HEX #C70667 Ruby

📋 copy color: '#C70667'

red 199 ◦ green 6 ◦ blue 103

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

Shades of Ruby #C70667

Tints of Ruby #C70667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 33.44%

R = 64.61%
G = 1.95%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C70667 (or 0xC70667) is known color: Ruby. HEX triplet: C7, 06 and 67. RGB value is (199,6,103). Sum of RGB (Red+Green+Blue) = 199+6+103=308 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.61% from 308); Green value is 6 (2.73% from 255 or 1.95% from 308); Blue value is 103 (40.62% from 255 or 33.44% from 308); Max value from RGB is 199 - color contains mainly: red. Hex color #C70667 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70667 is #38F998. Grayscale: #4A4A4A. Windows color (decimal): -3733913 or 6751943. OLE color: 6751943.

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

Color convert

RGB 199 6 103 -
CMYK 0 0.97 0.48 0.22
HSL 329.84º 0.94% 0.4% -
HSV(B) 329.84º 0.97% 0.78% -
XYZ 26.07 13.25 14.02 -
YUV 74.77 143.94 216.61 -
System Red Green Blue C M Y K H S L
Decimal 199 6 103 0 0.97 0.48 0.22 329.84 0.94 0.4
Hex C7 6 67 0 61 30 16 14A 5E 28
Octal 307 6 147 0 141 60 26 512 136 50
Binary 11000111 110 1100111 0 1100001 110000 10110 101001010 1011110 101000

Color Harmonies of #C70667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70667

Black with #C70667

Text Example


Text Example

White with #C70667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70667; }

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

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

background-color css

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

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

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

border-color css

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

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

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