Html Css Color HEX #CB9463 Whiskey

📋 copy color: '#CB9463'

red 203 ◦ green 148 ◦ blue 99

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

Shades of Whiskey #CB9463

Tints of Whiskey #CB9463

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.89%

 BLUE value IS 99 (39.06% from 255) = 22%

R = 45.11%
G = 32.89%
B = 22%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CB9463 (or 0xCB9463) is known color: Whiskey. HEX triplet: CB, 94 and 63. RGB value is (203,148,99). Sum of RGB (Red+Green+Blue) = 203+148+99=450 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.11% from 450); Green value is 148 (58.20% from 255 or 32.89% from 450); Blue value is 99 (39.06% from 255 or 22% from 450); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9463 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9463 is #346B9C. Grayscale: #9F9F9F. Windows color (decimal): -3435421 or 6526155. OLE color: 6526155.

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

Color convert

RGB 203 148 99 -
CMYK 0 0.27 0.51 0.20
HSL 28.27º 0.5% 0.59% -
HSV(B) 28.27º 0.51% 0.8% -
XYZ 37.47 34.78 16.54 -
YUV 158.86 94.22 159.48 -
System Red Green Blue C M Y K H S L
Decimal 203 148 99 0 0.27 0.51 0.20 28.27 0.5 0.59
Hex CB 94 63 0 1B 33 14 1C 32 3B
Octal 313 224 143 0 33 63 24 34 62 73
Binary 11001011 10010100 1100011 0 11011 110011 10100 11100 110010 111011

Color Harmonies of #CB9463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9463

Black with #CB9463

Text Example


Text Example

White with #CB9463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9463; }

 p { color: rgb(203,148,99); }

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

background-color css

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

 a { background-color: rgb(203,148,99); }

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

border-color css

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

 span { border-color: rgb(203,148,99); }

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