Html Css Color HEX #CB966B Whiskey

📋 copy color: '#CB966B'

red 203 ◦ green 150 ◦ blue 107

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

Shades of Whiskey #CB966B

Tints of Whiskey #CB966B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.26%

R = 44.13%
G = 32.61%
B = 23.26%

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

#CB966B (or 0xCB966B) is known color: Whiskey. HEX triplet: CB, 96 and 6B. RGB value is (203,150,107). Sum of RGB (Red+Green+Blue) = 203+150+107=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 150 (58.98% from 255 or 32.61% from 460); Blue value is 107 (42.19% from 255 or 23.26% from 460); Max value from RGB is 203 - color contains mainly: red. Hex color #CB966B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB966B is #346994. Grayscale: #A1A1A1. Windows color (decimal): -3434901 or 7050955. OLE color: 7050955.

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

Color convert

RGB 203 150 107 -
CMYK 0 0.26 0.47 0.20
HSL 26.88º 0.48% 0.61% -
HSV(B) 26.88º 0.47% 0.8% -
XYZ 38.19 35.57 18.76 -
YUV 160.95 97.56 158 -
System Red Green Blue C M Y K H S L
Decimal 203 150 107 0 0.26 0.47 0.20 26.88 0.48 0.61
Hex CB 96 6B 0 1A 2F 14 1B 30 3D
Octal 313 226 153 0 32 57 24 33 60 75
Binary 11001011 10010110 1101011 0 11010 101111 10100 11011 110000 111101

Color Harmonies of #CB966B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB966B

Black with #CB966B

Text Example


Text Example

White with #CB966B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB966B; }

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

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

background-color css

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

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

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

border-color css

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

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

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