Html Css Color HEX #C4696C Cabaret

📋 copy color: '#C4696C'

red 196 ◦ green 105 ◦ blue 108

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

Shades of Cabaret #C4696C

Tints of Cabaret #C4696C

RGB

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

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

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

R = 47.92%
G = 25.67%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C4696C (or 0xC4696C) is known color: Cabaret. HEX triplet: C4, 69 and 6C. RGB value is (196,105,108). Sum of RGB (Red+Green+Blue) = 196+105+108=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 105 (41.41% from 255 or 25.67% from 409); Blue value is 108 (42.58% from 255 or 26.41% from 409); Max value from RGB is 196 - color contains mainly: red. Hex color #C4696C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4696C is #3B9693. Grayscale: #848484. Windows color (decimal): -3905172 or 7104964. OLE color: 7104964.

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

Color convert

RGB 196 105 108 -
CMYK 0 0.46 0.45 0.23
HSL 358.02º 0.44% 0.59% -
HSV(B) 358.02º 0.46% 0.77% -
XYZ 30.52 22.92 17 -
YUV 132.55 114.15 173.26 -
System Red Green Blue C M Y K H S L
Decimal 196 105 108 0 0.46 0.45 0.23 358.02 0.44 0.59
Hex C4 69 6C 0 2E 2D 17 166 2C 3B
Octal 304 151 154 0 56 55 27 546 54 73
Binary 11000100 1101001 1101100 0 101110 101101 10111 101100110 101100 111011

Color Harmonies of #C4696C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4696C

Black with #C4696C

Text Example


Text Example

White with #C4696C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4696C; }

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

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

background-color css

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

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

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

border-color css

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

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

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