Html Css Color HEX #CB915D Whiskey Sour

📋 copy color: '#CB915D'

red 203 ◦ green 145 ◦ blue 93

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

Shades of Whiskey Sour #CB915D

Tints of Whiskey Sour #CB915D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.88%

 BLUE value IS 93 (36.72% from 255) = 21.09%

R = 46.03%
G = 32.88%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CB915D (or 0xCB915D) is known color: Whiskey Sour. HEX triplet: CB, 91 and 5D. RGB value is (203,145,93). Sum of RGB (Red+Green+Blue) = 203+145+93=441 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.03% from 441); Green value is 145 (57.03% from 255 or 32.88% from 441); Blue value is 93 (36.72% from 255 or 21.09% from 441); Max value from RGB is 203 - color contains mainly: red. Hex color #CB915D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB915D is #346EA2. Grayscale: #9C9C9C. Windows color (decimal): -3436195 or 6132171. OLE color: 6132171.

HSL color Cylindrical-coordinate representation of color #CB915D: hue angle of 28.36º 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 #CB915D is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 145 93 -
CMYK 0 0.29 0.54 0.20
HSL 28.36º 0.51% 0.58% -
HSV(B) 28.36º 0.54% 0.8% -
XYZ 36.73 33.74 14.93 -
YUV 156.41 92.22 161.23 -
System Red Green Blue C M Y K H S L
Decimal 203 145 93 0 0.29 0.54 0.20 28.36 0.51 0.58
Hex CB 91 5D 0 1D 36 14 1C 33 3A
Octal 313 221 135 0 35 66 24 34 63 72
Binary 11001011 10010001 1011101 0 11101 110110 10100 11100 110011 111010

Color Harmonies of #CB915D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB915D

Black with #CB915D

Text Example


Text Example

White with #CB915D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB915D; }

 p { color: rgb(203,145,93); }

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

background-color css

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

 a { background-color: rgb(203,145,93); }

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

border-color css

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

 span { border-color: rgb(203,145,93); }

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