Html Css Color HEX #CB9667 Whiskey

📋 copy color: '#CB9667'

red 203 ◦ green 150 ◦ blue 103

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

Shades of Whiskey #CB9667

Tints of Whiskey #CB9667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 22.59%

R = 44.52%
G = 32.89%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CB9667 (or 0xCB9667) is known color: Whiskey. HEX triplet: CB, 96 and 67. RGB value is (203,150,103). Sum of RGB (Red+Green+Blue) = 203+150+103=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 150 (58.98% from 255 or 32.89% from 456); Blue value is 103 (40.62% from 255 or 22.59% from 456); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9667 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9667 is #346998. Grayscale: #A0A0A0. Windows color (decimal): -3434905 or 6788811. OLE color: 6788811.

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

Color convert

RGB 203 150 103 -
CMYK 0 0.26 0.49 0.20
HSL 28.2º 0.49% 0.6% -
HSV(B) 28.2º 0.49% 0.8% -
XYZ 37.98 35.49 17.68 -
YUV 160.49 95.56 158.32 -
System Red Green Blue C M Y K H S L
Decimal 203 150 103 0 0.26 0.49 0.20 28.2 0.49 0.6
Hex CB 96 67 0 1A 31 14 1C 31 3C
Octal 313 226 147 0 32 61 24 34 61 74
Binary 11001011 10010110 1100111 0 11010 110001 10100 11100 110001 111100

Color Harmonies of #CB9667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9667

Black with #CB9667

Text Example


Text Example

White with #CB9667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9667; }

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

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

background-color css

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

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

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

border-color css

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

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

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