Html Css Color HEX #C38A60 Whiskey

📋 copy color: '#C38A60'

red 195 ◦ green 138 ◦ blue 96

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

Shades of Whiskey #C38A60

Tints of Whiskey #C38A60

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.17%

 BLUE value IS 96 (37.89% from 255) = 22.38%

R = 45.45%
G = 32.17%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C38A60 (or 0xC38A60) is known color: Whiskey. HEX triplet: C3, 8A and 60. RGB value is (195,138,96). Sum of RGB (Red+Green+Blue) = 195+138+96=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 138 (54.30% from 255 or 32.17% from 429); Blue value is 96 (37.89% from 255 or 22.38% from 429); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38A60 is #3C759F. Grayscale: #969696. Windows color (decimal): -3962272 or 6326979. OLE color: 6326979.

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

Color convert

RGB 195 138 96 -
CMYK 0 0.29 0.51 0.24
HSL 25.45º 0.45% 0.57% -
HSV(B) 25.45º 0.51% 0.76% -
XYZ 33.71 30.62 15.2 -
YUV 150.26 97.38 159.92 -
System Red Green Blue C M Y K H S L
Decimal 195 138 96 0 0.29 0.51 0.24 25.45 0.45 0.57
Hex C3 8A 60 0 1D 33 18 19 2D 39
Octal 303 212 140 0 35 63 30 31 55 71
Binary 11000011 10001010 1100000 0 11101 110011 11000 11001 101101 111001

Color Harmonies of #C38A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38A60

Black with #C38A60

Text Example


Text Example

White with #C38A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38A60; }

 p { color: rgb(195,138,96); }

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

background-color css

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

 a { background-color: rgb(195,138,96); }

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

border-color css

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

 span { border-color: rgb(195,138,96); }

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