Html Css Color HEX #CB8C63 Whiskey

📋 copy color: '#CB8C63'

red 203 ◦ green 140 ◦ blue 99

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

Shades of Whiskey #CB8C63

Tints of Whiskey #CB8C63

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.67%

 BLUE value IS 99 (39.06% from 255) = 22.4%

R = 45.93%
G = 31.67%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CB8C63 (or 0xCB8C63) is known color: Whiskey. HEX triplet: CB, 8C and 63. RGB value is (203,140,99). Sum of RGB (Red+Green+Blue) = 203+140+99=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 140 (55.08% from 255 or 31.67% from 442); Blue value is 99 (39.06% from 255 or 22.40% from 442); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8C63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8C63 is #34739C. Grayscale: #9A9A9A. Windows color (decimal): -3437469 or 6524107. OLE color: 6524107.

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

Color convert

RGB 203 140 99 -
CMYK 0 0.31 0.51 0.20
HSL 23.65º 0.5% 0.59% -
HSV(B) 23.65º 0.51% 0.8% -
XYZ 36.26 32.35 16.14 -
YUV 154.16 96.87 162.83 -
System Red Green Blue C M Y K H S L
Decimal 203 140 99 0 0.31 0.51 0.20 23.65 0.5 0.59
Hex CB 8C 63 0 1F 33 14 18 32 3B
Octal 313 214 143 0 37 63 24 30 62 73
Binary 11001011 10001100 1100011 0 11111 110011 10100 11000 110010 111011

Color Harmonies of #CB8C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8C63

Black with #CB8C63

Text Example


Text Example

White with #CB8C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8C63; }

 p { color: rgb(203,140,99); }

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

background-color css

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

 a { background-color: rgb(203,140,99); }

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

border-color css

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

 span { border-color: rgb(203,140,99); }

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