Html Css Color HEX #CB945E Whiskey Sour

📋 copy color: '#CB945E'

red 203 ◦ green 148 ◦ blue 94

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

Shades of Whiskey Sour #CB945E

Tints of Whiskey Sour #CB945E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.12%

R = 45.62%
G = 33.26%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CB945E (or 0xCB945E) is known color: Whiskey Sour. HEX triplet: CB, 94 and 5E. RGB value is (203,148,94). Sum of RGB (Red+Green+Blue) = 203+148+94=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 148 (58.20% from 255 or 33.26% from 445); Blue value is 94 (37.11% from 255 or 21.12% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CB945E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB945E is #346BA1. Grayscale: #9E9E9E. Windows color (decimal): -3435426 or 6198475. OLE color: 6198475.

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

Color convert

RGB 203 148 94 -
CMYK 0 0.27 0.54 0.20
HSL 29.72º 0.51% 0.58% -
HSV(B) 29.72º 0.54% 0.8% -
XYZ 37.24 34.68 15.32 -
YUV 158.29 91.72 159.89 -
System Red Green Blue C M Y K H S L
Decimal 203 148 94 0 0.27 0.54 0.20 29.72 0.51 0.58
Hex CB 94 5E 0 1B 36 14 1E 33 3A
Octal 313 224 136 0 33 66 24 36 63 72
Binary 11001011 10010100 1011110 0 11011 110110 10100 11110 110011 111010

Color Harmonies of #CB945E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB945E

Black with #CB945E

Text Example


Text Example

White with #CB945E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB945E; }

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

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

background-color css

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

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

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

border-color css

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

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

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