Html Css Color HEX #C3885F Whiskey

📋 copy color: '#C3885F'

red 195 ◦ green 136 ◦ blue 95

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

Shades of Whiskey #C3885F

Tints of Whiskey #C3885F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.92%

 BLUE value IS 95 (37.5% from 255) = 22.3%

R = 45.77%
G = 31.92%
B = 22.3%

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

#C3885F (or 0xC3885F) is known color: Whiskey. HEX triplet: C3, 88 and 5F. RGB value is (195,136,95). Sum of RGB (Red+Green+Blue) = 195+136+95=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 136 (53.52% from 255 or 31.92% from 426); Blue value is 95 (37.5% from 255 or 22.30% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C3885F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3885F is #3C77A0. Grayscale: #959595. Windows color (decimal): -3962785 or 6260931. OLE color: 6260931.

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

Color convert

RGB 195 136 95 -
CMYK 0 0.30 0.51 0.24
HSL 24.6º 0.45% 0.57% -
HSV(B) 24.6º 0.51% 0.76% -
XYZ 33.38 30.04 14.87 -
YUV 148.97 97.55 160.83 -
System Red Green Blue C M Y K H S L
Decimal 195 136 95 0 0.30 0.51 0.24 24.6 0.45 0.57
Hex C3 88 5F 0 1E 33 18 19 2D 39
Octal 303 210 137 0 36 63 30 31 55 71
Binary 11000011 10001000 1011111 0 11110 110011 11000 11001 101101 111001

Color Harmonies of #C3885F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3885F

Black with #C3885F

Text Example


Text Example

White with #C3885F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3885F; }

 p { color: rgb(195,136,95); }

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

background-color css

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

 a { background-color: rgb(195,136,95); }

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

border-color css

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

 span { border-color: rgb(195,136,95); }

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