Html Css Color HEX #C38B68 Whiskey

📋 copy color: '#C38B68'

red 195 ◦ green 139 ◦ blue 104

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

Shades of Whiskey #C38B68

Tints of Whiskey #C38B68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.74%

R = 44.52%
G = 31.74%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C38B68 (or 0xC38B68) is known color: Whiskey. HEX triplet: C3, 8B and 68. RGB value is (195,139,104). Sum of RGB (Red+Green+Blue) = 195+139+104=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 139 (54.69% from 255 or 31.74% from 438); Blue value is 104 (41.02% from 255 or 23.74% from 438); Max value from RGB is 195 - color contains mainly: red. Hex color #C38B68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38B68 is #3C7497. Grayscale: #979797. Windows color (decimal): -3962008 or 6851523. OLE color: 6851523.

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

Color convert

RGB 195 139 104 -
CMYK 0 0.29 0.47 0.24
HSL 23.08º 0.43% 0.59% -
HSV(B) 23.08º 0.47% 0.76% -
XYZ 34.24 31.07 17.29 -
YUV 151.75 101.05 158.85 -
System Red Green Blue C M Y K H S L
Decimal 195 139 104 0 0.29 0.47 0.24 23.08 0.43 0.59
Hex C3 8B 68 0 1D 2F 18 17 2B 3B
Octal 303 213 150 0 35 57 30 27 53 73
Binary 11000011 10001011 1101000 0 11101 101111 11000 10111 101011 111011

Color Harmonies of #C38B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38B68

Black with #C38B68

Text Example


Text Example

White with #C38B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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