Html Css Color HEX #C4696E Cabaret

📋 copy color: '#C4696E'

red 196 ◦ green 105 ◦ blue 110

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

Shades of Cabaret #C4696E

Tints of Cabaret #C4696E

RGB

 RED value IS 196 (76.95% from 255) = 47.69%

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

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

R = 47.69%
G = 25.55%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C4696E (or 0xC4696E) is known color: Cabaret. HEX triplet: C4, 69 and 6E. RGB value is (196,105,110). Sum of RGB (Red+Green+Blue) = 196+105+110=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 105 (41.41% from 255 or 25.55% from 411); Blue value is 110 (43.36% from 255 or 26.76% from 411); Max value from RGB is 196 - color contains mainly: red. Hex color #C4696E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4696E is #3B9691. Grayscale: #848484. Windows color (decimal): -3905170 or 7236036. OLE color: 7236036.

HSL color Cylindrical-coordinate representation of color #C4696E: hue angle of 356.7º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C4696E is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 105 110 -
CMYK 0 0.46 0.44 0.23
HSL 356.7º 0.44% 0.59% -
HSV(B) 356.7º 0.46% 0.77% -
XYZ 30.63 22.96 17.57 -
YUV 132.78 115.15 173.09 -
System Red Green Blue C M Y K H S L
Decimal 196 105 110 0 0.46 0.44 0.23 356.7 0.44 0.59
Hex C4 69 6E 0 2E 2C 17 165 2C 3B
Octal 304 151 156 0 56 54 27 545 54 73
Binary 11000100 1101001 1101110 0 101110 101100 10111 101100101 101100 111011

Color Harmonies of #C4696E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4696E

Black with #C4696E

Text Example


Text Example

White with #C4696E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4696E; }

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

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

background-color css

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

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

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

border-color css

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

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

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