Html Css Color HEX #C38D62 Whiskey

📋 copy color: '#C38D62'

red 195 ◦ green 141 ◦ blue 98

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

Shades of Whiskey #C38D62

Tints of Whiskey #C38D62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 22.58%

R = 44.93%
G = 32.49%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C38D62 (or 0xC38D62) is known color: Whiskey. HEX triplet: C3, 8D and 62. RGB value is (195,141,98). Sum of RGB (Red+Green+Blue) = 195+141+98=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 98 (38.67% from 255 or 22.58% from 434); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38D62 is #3C729D. Grayscale: #989898. Windows color (decimal): -3961502 or 6458819. OLE color: 6458819.

HSL color Cylindrical-coordinate representation of color #C38D62: hue angle of 26.6º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C38D62 is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 141 98 -
CMYK 0 0.28 0.50 0.24
HSL 26.6º 0.45% 0.57% -
HSV(B) 26.6º 0.5% 0.76% -
XYZ 34.24 31.53 15.84 -
YUV 152.24 97.39 158.5 -
System Red Green Blue C M Y K H S L
Decimal 195 141 98 0 0.28 0.50 0.24 26.6 0.45 0.57
Hex C3 8D 62 0 1C 32 18 1B 2D 39
Octal 303 215 142 0 34 62 30 33 55 71
Binary 11000011 10001101 1100010 0 11100 110010 11000 11011 101101 111001

Color Harmonies of #C38D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38D62

Black with #C38D62

Text Example


Text Example

White with #C38D62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38D62; }

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

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

background-color css

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

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

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

border-color css

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

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

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