Html Css Color HEX #C38B62 Whiskey

📋 copy color: '#C38B62'

red 195 ◦ green 139 ◦ blue 98

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

Shades of Whiskey #C38B62

Tints of Whiskey #C38B62

RGB

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

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

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

R = 45.14%
G = 32.18%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C38B62 (or 0xC38B62) is known color: Whiskey. HEX triplet: C3, 8B and 62. RGB value is (195,139,98). Sum of RGB (Red+Green+Blue) = 195+139+98=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 139 (54.69% from 255 or 32.18% from 432); Blue value is 98 (38.67% from 255 or 22.69% from 432); Max value from RGB is 195 - color contains mainly: red. Hex color #C38B62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38B62 is #3C749D. Grayscale: #979797. Windows color (decimal): -3962014 or 6458307. OLE color: 6458307.

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

Color convert

RGB 195 139 98 -
CMYK 0 0.29 0.50 0.24
HSL 25.36º 0.45% 0.57% -
HSV(B) 25.36º 0.5% 0.76% -
XYZ 33.94 30.95 15.74 -
YUV 151.07 98.05 159.33 -
System Red Green Blue C M Y K H S L
Decimal 195 139 98 0 0.29 0.50 0.24 25.36 0.45 0.57
Hex C3 8B 62 0 1D 32 18 19 2D 39
Octal 303 213 142 0 35 62 30 31 55 71
Binary 11000011 10001011 1100010 0 11101 110010 11000 11001 101101 111001

Color Harmonies of #C38B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38B62

Black with #C38B62

Text Example


Text Example

White with #C38B62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38B62; }

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

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

background-color css

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

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

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

border-color css

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

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

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