Html Css Color HEX #CB9366 Whiskey

📋 copy color: '#CB9366'

red 203 ◦ green 147 ◦ blue 102

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

Shades of Whiskey #CB9366

Tints of Whiskey #CB9366

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.52%

 BLUE value IS 102 (40.23% from 255) = 22.57%

R = 44.91%
G = 32.52%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#CB9366 (or 0xCB9366) is known color: Whiskey. HEX triplet: CB, 93 and 66. RGB value is (203,147,102). Sum of RGB (Red+Green+Blue) = 203+147+102=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 147 (57.81% from 255 or 32.52% from 452); Blue value is 102 (40.23% from 255 or 22.57% from 452); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9366 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9366 is #346C99. Grayscale: #9E9E9E. Windows color (decimal): -3435674 or 6722507. OLE color: 6722507.

HSL color Cylindrical-coordinate representation of color #CB9366: hue angle of 26.73º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB9366 is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 147 102 -
CMYK 0 0.28 0.50 0.20
HSL 26.73º 0.49% 0.6% -
HSV(B) 26.73º 0.5% 0.8% -
XYZ 37.46 34.52 17.26 -
YUV 158.61 96.05 159.66 -
System Red Green Blue C M Y K H S L
Decimal 203 147 102 0 0.28 0.50 0.20 26.73 0.49 0.6
Hex CB 93 66 0 1C 32 14 1B 31 3C
Octal 313 223 146 0 34 62 24 33 61 74
Binary 11001011 10010011 1100110 0 11100 110010 10100 11011 110001 111100

Color Harmonies of #CB9366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9366

Black with #CB9366

Text Example


Text Example

White with #CB9366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9366; }

 p { color: rgb(203,147,102); }

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

background-color css

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

 a { background-color: rgb(203,147,102); }

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

border-color css

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

 span { border-color: rgb(203,147,102); }

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