Html Css Color HEX #CB8D60 Whiskey

📋 copy color: '#CB8D60'

red 203 ◦ green 141 ◦ blue 96

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

Shades of Whiskey #CB8D60

Tints of Whiskey #CB8D60

RGB

 RED value IS 203 (79.69% from 255) = 46.14%

 GREEN value IS 141 (55.47% from 255) = 32.05%

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

R = 46.14%
G = 32.05%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CB8D60 (or 0xCB8D60) is known color: Whiskey. HEX triplet: CB, 8D and 60. RGB value is (203,141,96). Sum of RGB (Red+Green+Blue) = 203+141+96=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 141 (55.47% from 255 or 32.05% from 440); Blue value is 96 (37.89% from 255 or 21.82% from 440); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8D60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8D60 is #34729F. Grayscale: #9A9A9A. Windows color (decimal): -3437216 or 6327755. OLE color: 6327755.

HSL color Cylindrical-coordinate representation of color #CB8D60: hue angle of 25.23º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB8D60 is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 141 96 -
CMYK 0 0.31 0.53 0.20
HSL 25.23º 0.51% 0.59% -
HSV(B) 25.23º 0.53% 0.8% -
XYZ 36.26 32.59 15.45 -
YUV 154.41 95.04 162.66 -
System Red Green Blue C M Y K H S L
Decimal 203 141 96 0 0.31 0.53 0.20 25.23 0.51 0.59
Hex CB 8D 60 0 1F 35 14 19 33 3B
Octal 313 215 140 0 37 65 24 31 63 73
Binary 11001011 10001101 1100000 0 11111 110101 10100 11001 110011 111011

Color Harmonies of #CB8D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8D60

Black with #CB8D60

Text Example


Text Example

White with #CB8D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8D60; }

 p { color: rgb(203,141,96); }

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

background-color css

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

 a { background-color: rgb(203,141,96); }

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

border-color css

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

 span { border-color: rgb(203,141,96); }

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