Html Css Color HEX #CB8D69 Whiskey

📋 copy color: '#CB8D69'

red 203 ◦ green 141 ◦ blue 105

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

Shades of Whiskey #CB8D69

Tints of Whiskey #CB8D69

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.4%

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

R = 45.21%
G = 31.4%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CB8D69 (or 0xCB8D69) is known color: Whiskey. HEX triplet: CB, 8D and 69. RGB value is (203,141,105). Sum of RGB (Red+Green+Blue) = 203+141+105=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 141 (55.47% from 255 or 31.40% from 449); Blue value is 105 (41.41% from 255 or 23.39% from 449); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8D69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8D69 is #347296. Grayscale: #9B9B9B. Windows color (decimal): -3437207 or 6917579. OLE color: 6917579.

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

Color convert

RGB 203 141 105 -
CMYK 0 0.31 0.48 0.20
HSL 22.04º 0.49% 0.6% -
HSV(B) 22.04º 0.48% 0.8% -
XYZ 36.7 32.77 17.75 -
YUV 155.43 99.54 161.93 -
System Red Green Blue C M Y K H S L
Decimal 203 141 105 0 0.31 0.48 0.20 22.04 0.49 0.6
Hex CB 8D 69 0 1F 30 14 16 31 3C
Octal 313 215 151 0 37 60 24 26 61 74
Binary 11001011 10001101 1101001 0 11111 110000 10100 10110 110001 111100

Color Harmonies of #CB8D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8D69

Black with #CB8D69

Text Example


Text Example

White with #CB8D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8D69; }

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

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

background-color css

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

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

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

border-color css

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

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

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