Html Css Color HEX #C3696C Cabaret

📋 copy color: '#C3696C'

red 195 ◦ green 105 ◦ blue 108

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

Shades of Cabaret #C3696C

Tints of Cabaret #C3696C

RGB

 RED value IS 195 (76.56% from 255) = 47.79%

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

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

R = 47.79%
G = 25.74%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C3696C (or 0xC3696C) is known color: Cabaret. HEX triplet: C3, 69 and 6C. RGB value is (195,105,108). Sum of RGB (Red+Green+Blue) = 195+105+108=408 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.79% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 108 (42.58% from 255 or 26.47% from 408); Max value from RGB is 195 - color contains mainly: red. Hex color #C3696C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3696C is #3C9693. Grayscale: #848484. Windows color (decimal): -3970708 or 7104963. OLE color: 7104963.

HSL color Cylindrical-coordinate representation of color #C3696C: hue angle of 358º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C3696C is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 105 108 -
CMYK 0 0.46 0.45 0.24
HSL 358º 0.43% 0.59% -
HSV(B) 358º 0.46% 0.76% -
XYZ 30.26 22.79 16.99 -
YUV 132.25 114.32 172.76 -
System Red Green Blue C M Y K H S L
Decimal 195 105 108 0 0.46 0.45 0.24 358 0.43 0.59
Hex C3 69 6C 0 2E 2D 18 166 2B 3B
Octal 303 151 154 0 56 55 30 546 53 73
Binary 11000011 1101001 1101100 0 101110 101101 11000 101100110 101011 111011

Color Harmonies of #C3696C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3696C

Black with #C3696C

Text Example


Text Example

White with #C3696C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3696C; }

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

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

background-color css

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

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

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

border-color css

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

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

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