Html Css Color HEX #CB9168 Whiskey

📋 copy color: '#CB9168'

red 203 ◦ green 145 ◦ blue 104

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

Shades of Whiskey #CB9168

Tints of Whiskey #CB9168

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.08%

 BLUE value IS 104 (41.02% from 255) = 23.01%

R = 44.91%
G = 32.08%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CB9168 (or 0xCB9168) is known color: Whiskey. HEX triplet: CB, 91 and 68. RGB value is (203,145,104). Sum of RGB (Red+Green+Blue) = 203+145+104=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 145 (57.03% from 255 or 32.08% from 452); Blue value is 104 (41.02% from 255 or 23.01% from 452); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9168 is #346E97. Grayscale: #9D9D9D. Windows color (decimal): -3436184 or 6853067. OLE color: 6853067.

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

Color convert

RGB 203 145 104 -
CMYK 0 0.29 0.49 0.20
HSL 24.85º 0.49% 0.6% -
HSV(B) 24.85º 0.49% 0.8% -
XYZ 37.25 33.95 17.69 -
YUV 157.67 97.72 160.33 -
System Red Green Blue C M Y K H S L
Decimal 203 145 104 0 0.29 0.49 0.20 24.85 0.49 0.6
Hex CB 91 68 0 1D 31 14 19 31 3C
Octal 313 221 150 0 35 61 24 31 61 74
Binary 11001011 10010001 1101000 0 11101 110001 10100 11001 110001 111100

Color Harmonies of #CB9168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9168

Black with #CB9168

Text Example


Text Example

White with #CB9168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9168; }

 p { color: rgb(203,145,104); }

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

background-color css

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

 a { background-color: rgb(203,145,104); }

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

border-color css

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

 span { border-color: rgb(203,145,104); }

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