Html Css Color HEX #C7406C Cabaret

📋 copy color: '#C7406C'

red 199 ◦ green 64 ◦ blue 108

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

Shades of Cabaret #C7406C

Tints of Cabaret #C7406C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.11%

R = 53.64%
G = 17.25%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C7406C (or 0xC7406C) is known color: Cabaret. HEX triplet: C7, 40 and 6C. RGB value is (199,64,108). Sum of RGB (Red+Green+Blue) = 199+64+108=371 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.64% from 371); Green value is 64 (25.39% from 255 or 17.25% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 199 - color contains mainly: red. Hex color #C7406C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7406C is #38BF93. Grayscale: #6D6D6D. Windows color (decimal): -3719060 or 7094471. OLE color: 7094471.

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

Color convert

RGB 199 64 108 -
CMYK 0 0.68 0.46 0.22
HSL 340.44º 0.55% 0.52% -
HSV(B) 340.44º 0.68% 0.78% -
XYZ 28.09 16.89 15.97 -
YUV 109.38 127.23 191.92 -
System Red Green Blue C M Y K H S L
Decimal 199 64 108 0 0.68 0.46 0.22 340.44 0.55 0.52
Hex C7 40 6C 0 44 2E 16 154 37 34
Octal 307 100 154 0 104 56 26 524 67 64
Binary 11000111 1000000 1101100 0 1000100 101110 10110 101010100 110111 110100

Color Harmonies of #C7406C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7406C

Black with #C7406C

Text Example


Text Example

White with #C7406C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7406C; }

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

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

background-color css

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

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

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

border-color css

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

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

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