Html Css Color HEX #CB9669 Whiskey

📋 copy color: '#CB9669'

red 203 ◦ green 150 ◦ blue 105

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

Shades of Whiskey #CB9669

Tints of Whiskey #CB9669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 22.93%

R = 44.32%
G = 32.75%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CB9669 (or 0xCB9669) is known color: Whiskey. HEX triplet: CB, 96 and 69. RGB value is (203,150,105). Sum of RGB (Red+Green+Blue) = 203+150+105=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 150 (58.98% from 255 or 32.75% from 458); Blue value is 105 (41.41% from 255 or 22.93% from 458); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9669 is #346996. Grayscale: #A0A0A0. Windows color (decimal): -3434903 or 6919883. OLE color: 6919883.

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

Color convert

RGB 203 150 105 -
CMYK 0 0.26 0.48 0.20
HSL 27.55º 0.49% 0.6% -
HSV(B) 27.55º 0.48% 0.8% -
XYZ 38.08 35.53 18.22 -
YUV 160.72 96.56 158.16 -
System Red Green Blue C M Y K H S L
Decimal 203 150 105 0 0.26 0.48 0.20 27.55 0.49 0.6
Hex CB 96 69 0 1A 30 14 1C 31 3C
Octal 313 226 151 0 32 60 24 34 61 74
Binary 11001011 10010110 1101001 0 11010 110000 10100 11100 110001 111100

Color Harmonies of #CB9669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9669

Black with #CB9669

Text Example


Text Example

White with #CB9669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9669; }

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

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

background-color css

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

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

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

border-color css

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

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

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