Html Css Color HEX #CB9663 Whiskey

📋 copy color: '#CB9663'

red 203 ◦ green 150 ◦ blue 99

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

Shades of Whiskey #CB9663

Tints of Whiskey #CB9663

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.19%

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

R = 44.91%
G = 33.19%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CB9663 (or 0xCB9663) is known color: Whiskey. HEX triplet: CB, 96 and 63. RGB value is (203,150,99). Sum of RGB (Red+Green+Blue) = 203+150+99=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 150 (58.98% from 255 or 33.19% from 452); Blue value is 99 (39.06% from 255 or 21.90% from 452); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9663 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9663 is #34699C. Grayscale: #A0A0A0. Windows color (decimal): -3434909 or 6526667. OLE color: 6526667.

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

Color convert

RGB 203 150 99 -
CMYK 0 0.26 0.51 0.20
HSL 29.42º 0.5% 0.59% -
HSV(B) 29.42º 0.51% 0.8% -
XYZ 37.79 35.41 16.65 -
YUV 160.03 93.56 158.65 -
System Red Green Blue C M Y K H S L
Decimal 203 150 99 0 0.26 0.51 0.20 29.42 0.5 0.59
Hex CB 96 63 0 1A 33 14 1D 32 3B
Octal 313 226 143 0 32 63 24 35 62 73
Binary 11001011 10010110 1100011 0 11010 110011 10100 11101 110010 111011

Color Harmonies of #CB9663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9663

Black with #CB9663

Text Example


Text Example

White with #CB9663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9663; }

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

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

background-color css

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

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

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

border-color css

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

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

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