Html Css Color HEX #C38C62 Whiskey

📋 copy color: '#C38C62'

red 195 ◦ green 140 ◦ blue 98

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

Shades of Whiskey #C38C62

Tints of Whiskey #C38C62

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.33%

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

R = 45.03%
G = 32.33%
B = 22.63%

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

#C38C62 (or 0xC38C62) is known color: Whiskey. HEX triplet: C3, 8C and 62. RGB value is (195,140,98). Sum of RGB (Red+Green+Blue) = 195+140+98=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 140 (55.08% from 255 or 32.33% from 433); Blue value is 98 (38.67% from 255 or 22.63% from 433); Max value from RGB is 195 - color contains mainly: red. Hex color #C38C62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38C62 is #3C739D. Grayscale: #979797. Windows color (decimal): -3961758 or 6458563. OLE color: 6458563.

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

Color convert

RGB 195 140 98 -
CMYK 0 0.28 0.50 0.24
HSL 25.98º 0.45% 0.57% -
HSV(B) 25.98º 0.5% 0.76% -
XYZ 34.09 31.24 15.79 -
YUV 151.66 97.72 158.92 -
System Red Green Blue C M Y K H S L
Decimal 195 140 98 0 0.28 0.50 0.24 25.98 0.45 0.57
Hex C3 8C 62 0 1C 32 18 1A 2D 39
Octal 303 214 142 0 34 62 30 32 55 71
Binary 11000011 10001100 1100010 0 11100 110010 11000 11010 101101 111001

Color Harmonies of #C38C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38C62

Black with #C38C62

Text Example


Text Example

White with #C38C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38C62; }

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

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

background-color css

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

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

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

border-color css

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

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

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