Html Css Color HEX #CB9765 Whiskey

📋 copy color: '#CB9765'

red 203 ◦ green 151 ◦ blue 101

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

Shades of Whiskey #CB9765

Tints of Whiskey #CB9765

RGB

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

 GREEN value IS 151 (59.38% from 255) = 33.19%

 BLUE value IS 101 (39.84% from 255) = 22.2%

R = 44.62%
G = 33.19%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#CB9765 (or 0xCB9765) is known color: Whiskey. HEX triplet: CB, 97 and 65. RGB value is (203,151,101). Sum of RGB (Red+Green+Blue) = 203+151+101=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 151 (59.38% from 255 or 33.19% from 455); Blue value is 101 (39.84% from 255 or 22.20% from 455); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9765 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9765 is #34689A. Grayscale: #A1A1A1. Windows color (decimal): -3434651 or 6657995. OLE color: 6657995.

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

Color convert

RGB 203 151 101 -
CMYK 0 0.26 0.50 0.20
HSL 29.41º 0.5% 0.6% -
HSV(B) 29.41º 0.5% 0.8% -
XYZ 38.04 35.77 17.21 -
YUV 160.85 94.23 158.07 -
System Red Green Blue C M Y K H S L
Decimal 203 151 101 0 0.26 0.50 0.20 29.41 0.5 0.6
Hex CB 97 65 0 1A 32 14 1D 32 3C
Octal 313 227 145 0 32 62 24 35 62 74
Binary 11001011 10010111 1100101 0 11010 110010 10100 11101 110010 111100

Color Harmonies of #CB9765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9765

Black with #CB9765

Text Example


Text Example

White with #CB9765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9765; }

 p { color: rgb(203,151,101); }

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

background-color css

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

 a { background-color: rgb(203,151,101); }

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

border-color css

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

 span { border-color: rgb(203,151,101); }

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