Html Css Color HEX #C7696E Cabaret

📋 copy color: '#C7696E'

red 199 ◦ green 105 ◦ blue 110

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

Shades of Cabaret #C7696E

Tints of Cabaret #C7696E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.36%

 BLUE value IS 110 (43.36% from 255) = 26.57%

R = 48.07%
G = 25.36%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C7696E (or 0xC7696E) is known color: Cabaret. HEX triplet: C7, 69 and 6E. RGB value is (199,105,110). Sum of RGB (Red+Green+Blue) = 199+105+110=414 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.07% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 110 (43.36% from 255 or 26.57% from 414); Max value from RGB is 199 - color contains mainly: red. Hex color #C7696E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7696E is #389691. Grayscale: #858585. Windows color (decimal): -3708562 or 7236039. OLE color: 7236039.

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

Color convert

RGB 199 105 110 -
CMYK 0 0.47 0.45 0.22
HSL 356.81º 0.46% 0.6% -
HSV(B) 356.81º 0.47% 0.78% -
XYZ 31.42 23.37 17.61 -
YUV 133.68 114.64 174.59 -
System Red Green Blue C M Y K H S L
Decimal 199 105 110 0 0.47 0.45 0.22 356.81 0.46 0.6
Hex C7 69 6E 0 2F 2D 16 165 2E 3C
Octal 307 151 156 0 57 55 26 545 56 74
Binary 11000111 1101001 1101110 0 101111 101101 10110 101100101 101110 111100

Color Harmonies of #C7696E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7696E

Black with #C7696E

Text Example


Text Example

White with #C7696E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7696E; }

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

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

background-color css

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

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

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

border-color css

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

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

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