Html Css Color HEX #C38960 Whiskey

📋 copy color: '#C38960'

red 195 ◦ green 137 ◦ blue 96

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

Shades of Whiskey #C38960

Tints of Whiskey #C38960

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.01%

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

R = 45.56%
G = 32.01%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C38960 (or 0xC38960) is known color: Whiskey. HEX triplet: C3, 89 and 60. RGB value is (195,137,96). Sum of RGB (Red+Green+Blue) = 195+137+96=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 137 (53.91% from 255 or 32.01% from 428); Blue value is 96 (37.89% from 255 or 22.43% from 428); Max value from RGB is 195 - color contains mainly: red. Hex color #C38960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38960 is #3C769F. Grayscale: #959595. Windows color (decimal): -3962528 or 6326723. OLE color: 6326723.

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

Color convert

RGB 195 137 96 -
CMYK 0 0.30 0.51 0.24
HSL 24.85º 0.45% 0.57% -
HSV(B) 24.85º 0.51% 0.76% -
XYZ 33.56 30.34 15.15 -
YUV 149.67 97.72 160.33 -
System Red Green Blue C M Y K H S L
Decimal 195 137 96 0 0.30 0.51 0.24 24.85 0.45 0.57
Hex C3 89 60 0 1E 33 18 19 2D 39
Octal 303 211 140 0 36 63 30 31 55 71
Binary 11000011 10001001 1100000 0 11110 110011 11000 11001 101101 111001

Color Harmonies of #C38960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38960

Black with #C38960

Text Example


Text Example

White with #C38960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38960; }

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

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

background-color css

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

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

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

border-color css

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

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

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