Html Css Color HEX #CB935B Whiskey Sour

📋 copy color: '#CB935B'

red 203 ◦ green 147 ◦ blue 91

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

Shades of Whiskey Sour #CB935B

Tints of Whiskey Sour #CB935B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.33%

 BLUE value IS 91 (35.94% from 255) = 20.63%

R = 46.03%
G = 33.33%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CB935B (or 0xCB935B) is known color: Whiskey Sour. HEX triplet: CB, 93 and 5B. RGB value is (203,147,91). Sum of RGB (Red+Green+Blue) = 203+147+91=441 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.03% from 441); Green value is 147 (57.81% from 255 or 33.33% from 441); Blue value is 91 (35.94% from 255 or 20.63% from 441); Max value from RGB is 203 - color contains mainly: red. Hex color #CB935B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB935B is #346CA4. Grayscale: #9D9D9D. Windows color (decimal): -3435685 or 6001611. OLE color: 6001611.

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

Color convert

RGB 203 147 91 -
CMYK 0 0.28 0.55 0.20
HSL 30º 0.52% 0.58% -
HSV(B) 30º 0.55% 0.8% -
XYZ 36.95 34.32 14.57 -
YUV 157.36 90.55 160.55 -
System Red Green Blue C M Y K H S L
Decimal 203 147 91 0 0.28 0.55 0.20 30 0.52 0.58
Hex CB 93 5B 0 1C 37 14 1E 34 3A
Octal 313 223 133 0 34 67 24 36 64 72
Binary 11001011 10010011 1011011 0 11100 110111 10100 11110 110100 111010

Color Harmonies of #CB935B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB935B

Black with #CB935B

Text Example


Text Example

White with #CB935B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB935B; }

 p { color: rgb(203,147,91); }

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

background-color css

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

 a { background-color: rgb(203,147,91); }

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

border-color css

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

 span { border-color: rgb(203,147,91); }

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