Html Css Color HEX #C38B66 Whiskey

📋 copy color: '#C38B66'

red 195 ◦ green 139 ◦ blue 102

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

Shades of Whiskey #C38B66

Tints of Whiskey #C38B66

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.88%

 BLUE value IS 102 (40.23% from 255) = 23.39%

R = 44.72%
G = 31.88%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C38B66 (or 0xC38B66) is known color: Whiskey. HEX triplet: C3, 8B and 66. RGB value is (195,139,102). Sum of RGB (Red+Green+Blue) = 195+139+102=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 139 (54.69% from 255 or 31.88% from 436); Blue value is 102 (40.23% from 255 or 23.39% from 436); Max value from RGB is 195 - color contains mainly: red. Hex color #C38B66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38B66 is #3C7499. Grayscale: #979797. Windows color (decimal): -3962010 or 6720451. OLE color: 6720451.

HSL color Cylindrical-coordinate representation of color #C38B66: hue angle of 23.87º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C38B66 is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 139 102 -
CMYK 0 0.29 0.48 0.24
HSL 23.87º 0.44% 0.58% -
HSV(B) 23.87º 0.48% 0.76% -
XYZ 34.14 31.03 16.76 -
YUV 151.53 100.05 159.01 -
System Red Green Blue C M Y K H S L
Decimal 195 139 102 0 0.29 0.48 0.24 23.87 0.44 0.58
Hex C3 8B 66 0 1D 30 18 18 2C 3A
Octal 303 213 146 0 35 60 30 30 54 72
Binary 11000011 10001011 1100110 0 11101 110000 11000 11000 101100 111010

Color Harmonies of #C38B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38B66

Black with #C38B66

Text Example


Text Example

White with #C38B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38B66; }

 p { color: rgb(195,139,102); }

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

background-color css

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

 a { background-color: rgb(195,139,102); }

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

border-color css

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

 span { border-color: rgb(195,139,102); }

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