Html Css Color HEX #C3696D Cabaret

📋 copy color: '#C3696D'

red 195 ◦ green 105 ◦ blue 109

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

Shades of Cabaret #C3696D

Tints of Cabaret #C3696D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.65%

R = 47.68%
G = 25.67%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C3696D (or 0xC3696D) is known color: Cabaret. HEX triplet: C3, 69 and 6D. RGB value is (195,105,109). Sum of RGB (Red+Green+Blue) = 195+105+109=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 105 (41.41% from 255 or 25.67% from 409); Blue value is 109 (42.97% from 255 or 26.65% from 409); Max value from RGB is 195 - color contains mainly: red. Hex color #C3696D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3696D is #3C9692. Grayscale: #848484. Windows color (decimal): -3970707 or 7170499. OLE color: 7170499.

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

Color convert

RGB 195 105 109 -
CMYK 0 0.46 0.44 0.24
HSL 357.33º 0.43% 0.59% -
HSV(B) 357.33º 0.46% 0.76% -
XYZ 30.32 22.81 17.27 -
YUV 132.37 114.82 172.67 -
System Red Green Blue C M Y K H S L
Decimal 195 105 109 0 0.46 0.44 0.24 357.33 0.43 0.59
Hex C3 69 6D 0 2E 2C 18 165 2B 3B
Octal 303 151 155 0 56 54 30 545 53 73
Binary 11000011 1101001 1101101 0 101110 101100 11000 101100101 101011 111011

Color Harmonies of #C3696D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3696D

Black with #C3696D

Text Example


Text Example

White with #C3696D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3696D; }

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

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

background-color css

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

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

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

border-color css

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

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

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