Html Css Color HEX #CB8752 Whiskey Sour

📋 copy color: '#CB8752'

red 203 ◦ green 135 ◦ blue 82

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

Shades of Whiskey Sour #CB8752

Tints of Whiskey Sour #CB8752

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.14%

 BLUE value IS 82 (32.42% from 255) = 19.52%

R = 48.33%
G = 32.14%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.60

 K value IS 0.20

RGB Variations

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

Color information

#CB8752 (or 0xCB8752) is known color: Whiskey Sour. HEX triplet: CB, 87 and 52. RGB value is (203,135,82). Sum of RGB (Red+Green+Blue) = 203+135+82=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 135 (53.12% from 255 or 32.14% from 420); Blue value is 82 (32.42% from 255 or 19.52% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8752 is #3478AD. Grayscale: #959595. Windows color (decimal): -3438766 or 5408715. OLE color: 5408715.

HSL color Cylindrical-coordinate representation of color #CB8752: hue angle of 26.28º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB8752 is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 135 82 -
CMYK 0 0.33 0.60 0.20
HSL 26.28º 0.54% 0.56% -
HSV(B) 26.28º 0.6% 0.8% -
XYZ 34.82 30.63 12.06 -
YUV 149.29 90.03 166.31 -
System Red Green Blue C M Y K H S L
Decimal 203 135 82 0 0.33 0.60 0.20 26.28 0.54 0.56
Hex CB 87 52 0 21 3C 14 1A 36 38
Octal 313 207 122 0 41 74 24 32 66 70
Binary 11001011 10000111 1010010 0 100001 111100 10100 11010 110110 111000

Color Harmonies of #CB8752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8752

Black with #CB8752

Text Example


Text Example

White with #CB8752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8752; }

 p { color: rgb(203,135,82); }

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

background-color css

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

 a { background-color: rgb(203,135,82); }

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

border-color css

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

 span { border-color: rgb(203,135,82); }

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