Html Css Color HEX #CB9562 Whiskey

📋 copy color: '#CB9562'

red 203 ◦ green 149 ◦ blue 98

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

Shades of Whiskey #CB9562

Tints of Whiskey #CB9562

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.11%

 BLUE value IS 98 (38.67% from 255) = 21.78%

R = 45.11%
G = 33.11%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CB9562 (or 0xCB9562) is known color: Whiskey. HEX triplet: CB, 95 and 62. RGB value is (203,149,98). Sum of RGB (Red+Green+Blue) = 203+149+98=450 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.11% from 450); Green value is 149 (58.59% from 255 or 33.11% from 450); Blue value is 98 (38.67% from 255 or 21.78% from 450); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9562 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9562 is #346A9D. Grayscale: #9F9F9F. Windows color (decimal): -3435166 or 6460875. OLE color: 6460875.

HSL color Cylindrical-coordinate representation of color #CB9562: hue angle of 29.14º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB9562 is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 149 98 -
CMYK 0 0.27 0.52 0.20
HSL 29.14º 0.5% 0.59% -
HSV(B) 29.14º 0.52% 0.8% -
XYZ 37.58 35.07 16.34 -
YUV 159.33 93.39 159.15 -
System Red Green Blue C M Y K H S L
Decimal 203 149 98 0 0.27 0.52 0.20 29.14 0.5 0.59
Hex CB 95 62 0 1B 34 14 1D 32 3B
Octal 313 225 142 0 33 64 24 35 62 73
Binary 11001011 10010101 1100010 0 11011 110100 10100 11101 110010 111011

Color Harmonies of #CB9562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9562

Black with #CB9562

Text Example


Text Example

White with #CB9562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9562; }

 p { color: rgb(203,149,98); }

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

background-color css

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

 a { background-color: rgb(203,149,98); }

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

border-color css

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

 span { border-color: rgb(203,149,98); }

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