Html Css Color HEX #C7656A Cabaret

📋 copy color: '#C7656A'

red 199 ◦ green 101 ◦ blue 106

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

Shades of Cabaret #C7656A

Tints of Cabaret #C7656A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.88%

 BLUE value IS 106 (41.8% from 255) = 26.11%

R = 49.01%
G = 24.88%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C7656A (or 0xC7656A) is known color: Cabaret. HEX triplet: C7, 65 and 6A. RGB value is (199,101,106). Sum of RGB (Red+Green+Blue) = 199+101+106=406 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.01% from 406); Green value is 101 (39.84% from 255 or 24.88% from 406); Blue value is 106 (41.80% from 255 or 26.11% from 406); Max value from RGB is 199 - color contains mainly: red. Hex color #C7656A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7656A is #389A95. Grayscale: #828282. Windows color (decimal): -3709590 or 6972871. OLE color: 6972871.

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

Color convert

RGB 199 101 106 -
CMYK 0 0.49 0.47 0.22
HSL 356.94º 0.47% 0.59% -
HSV(B) 356.94º 0.49% 0.78% -
XYZ 30.81 22.49 16.35 -
YUV 130.87 113.97 176.59 -
System Red Green Blue C M Y K H S L
Decimal 199 101 106 0 0.49 0.47 0.22 356.94 0.47 0.59
Hex C7 65 6A 0 31 2F 16 165 2F 3B
Octal 307 145 152 0 61 57 26 545 57 73
Binary 11000111 1100101 1101010 0 110001 101111 10110 101100101 101111 111011

Color Harmonies of #C7656A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7656A

Black with #C7656A

Text Example


Text Example

White with #C7656A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7656A; }

 p { color: rgb(199,101,106); }

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

background-color css

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

 a { background-color: rgb(199,101,106); }

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

border-color css

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

 span { border-color: rgb(199,101,106); }

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