Html Css Color HEX #CB9163 Whiskey

📋 copy color: '#CB9163'

red 203 ◦ green 145 ◦ blue 99

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

Shades of Whiskey #CB9163

Tints of Whiskey #CB9163

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.44%

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

R = 45.41%
G = 32.44%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CB9163 (or 0xCB9163) is known color: Whiskey. HEX triplet: CB, 91 and 63. RGB value is (203,145,99). Sum of RGB (Red+Green+Blue) = 203+145+99=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 145 (57.03% from 255 or 32.44% from 447); Blue value is 99 (39.06% from 255 or 22.15% from 447); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9163 is #346E9C. Grayscale: #9D9D9D. Windows color (decimal): -3436189 or 6525387. OLE color: 6525387.

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

Color convert

RGB 203 145 99 -
CMYK 0 0.29 0.51 0.20
HSL 26.54º 0.5% 0.59% -
HSV(B) 26.54º 0.51% 0.8% -
XYZ 37.01 33.85 16.39 -
YUV 157.1 95.22 160.74 -
System Red Green Blue C M Y K H S L
Decimal 203 145 99 0 0.29 0.51 0.20 26.54 0.5 0.59
Hex CB 91 63 0 1D 33 14 1B 32 3B
Octal 313 221 143 0 35 63 24 33 62 73
Binary 11001011 10010001 1100011 0 11101 110011 10100 11011 110010 111011

Color Harmonies of #CB9163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9163

Black with #CB9163

Text Example


Text Example

White with #CB9163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9163; }

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

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

background-color css

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

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

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

border-color css

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

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

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