Html Css Color HEX #C7406D Cabaret

📋 copy color: '#C7406D'

red 199 ◦ green 64 ◦ blue 109

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

Shades of Cabaret #C7406D

Tints of Cabaret #C7406D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.2%

 BLUE value IS 109 (42.97% from 255) = 29.3%

R = 53.49%
G = 17.2%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C7406D (or 0xC7406D) is known color: Cabaret. HEX triplet: C7, 40 and 6D. RGB value is (199,64,109). Sum of RGB (Red+Green+Blue) = 199+64+109=372 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.49% from 372); Green value is 64 (25.39% from 255 or 17.20% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 199 - color contains mainly: red. Hex color #C7406D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7406D is #38BF92. Grayscale: #6D6D6D. Windows color (decimal): -3719059 or 7160007. OLE color: 7160007.

HSL color Cylindrical-coordinate representation of color #C7406D: hue angle of 340º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C7406D is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 64 109 -
CMYK 0 0.68 0.45 0.22
HSL 340º 0.55% 0.52% -
HSV(B) 340º 0.68% 0.78% -
XYZ 28.15 16.91 16.25 -
YUV 109.5 127.73 191.84 -
System Red Green Blue C M Y K H S L
Decimal 199 64 109 0 0.68 0.45 0.22 340 0.55 0.52
Hex C7 40 6D 0 44 2D 16 154 37 34
Octal 307 100 155 0 104 55 26 524 67 64
Binary 11000111 1000000 1101101 0 1000100 101101 10110 101010100 110111 110100

Color Harmonies of #C7406D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7406D

Black with #C7406D

Text Example


Text Example

White with #C7406D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7406D; }

 p { color: rgb(199,64,109); }

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

background-color css

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

 a { background-color: rgb(199,64,109); }

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

border-color css

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

 span { border-color: rgb(199,64,109); }

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