Html Css Color HEX #CB966C Whiskey

📋 copy color: '#CB966C'

red 203 ◦ green 150 ◦ blue 108

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

Shades of Whiskey #CB966C

Tints of Whiskey #CB966C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.43%

R = 44.03%
G = 32.54%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CB966C (or 0xCB966C) is known color: Whiskey. HEX triplet: CB, 96 and 6C. RGB value is (203,150,108). Sum of RGB (Red+Green+Blue) = 203+150+108=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 150 (58.98% from 255 or 32.54% from 461); Blue value is 108 (42.58% from 255 or 23.43% from 461); Max value from RGB is 203 - color contains mainly: red. Hex color #CB966C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB966C is #346993. Grayscale: #A1A1A1. Windows color (decimal): -3434900 or 7116491. OLE color: 7116491.

HSL color Cylindrical-coordinate representation of color #CB966C: hue angle of 26.53º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CB966C is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 150 108 -
CMYK 0 0.26 0.47 0.20
HSL 26.53º 0.48% 0.61% -
HSV(B) 26.53º 0.47% 0.8% -
XYZ 38.24 35.59 19.04 -
YUV 161.06 98.06 157.92 -
System Red Green Blue C M Y K H S L
Decimal 203 150 108 0 0.26 0.47 0.20 26.53 0.48 0.61
Hex CB 96 6C 0 1A 2F 14 1B 30 3D
Octal 313 226 154 0 32 57 24 33 60 75
Binary 11001011 10010110 1101100 0 11010 101111 10100 11011 110000 111101

Color Harmonies of #CB966C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB966C

Black with #CB966C

Text Example


Text Example

White with #CB966C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB966C; }

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

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

background-color css

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

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

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

border-color css

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

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

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