Html Css Color HEX #C38D68 Whiskey

📋 copy color: '#C38D68'

red 195 ◦ green 141 ◦ blue 104

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

Shades of Whiskey #C38D68

Tints of Whiskey #C38D68

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.05%

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

R = 44.32%
G = 32.05%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C38D68 (or 0xC38D68) is known color: Whiskey. HEX triplet: C3, 8D and 68. RGB value is (195,141,104). Sum of RGB (Red+Green+Blue) = 195+141+104=440 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.32% from 440); Green value is 141 (55.47% from 255 or 32.05% from 440); Blue value is 104 (41.02% from 255 or 23.64% from 440); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38D68 is #3C7297. Grayscale: #999999. Windows color (decimal): -3961496 or 6852035. OLE color: 6852035.

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

Color convert

RGB 195 141 104 -
CMYK 0 0.28 0.47 0.24
HSL 24.4º 0.43% 0.59% -
HSV(B) 24.4º 0.47% 0.76% -
XYZ 34.53 31.65 17.39 -
YUV 152.93 100.39 158.01 -
System Red Green Blue C M Y K H S L
Decimal 195 141 104 0 0.28 0.47 0.24 24.4 0.43 0.59
Hex C3 8D 68 0 1C 2F 18 18 2B 3B
Octal 303 215 150 0 34 57 30 30 53 73
Binary 11000011 10001101 1101000 0 11100 101111 11000 11000 101011 111011

Color Harmonies of #C38D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38D68

Black with #C38D68

Text Example


Text Example

White with #C38D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38D68; }

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

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

background-color css

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

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

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

border-color css

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

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

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