Html Css Color HEX #CB925E Whiskey Sour

📋 copy color: '#CB925E'

red 203 ◦ green 146 ◦ blue 94

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

Shades of Whiskey Sour #CB925E

Tints of Whiskey Sour #CB925E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 32.96%

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

R = 45.82%
G = 32.96%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CB925E (or 0xCB925E) is known color: Whiskey Sour. HEX triplet: CB, 92 and 5E. RGB value is (203,146,94). Sum of RGB (Red+Green+Blue) = 203+146+94=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 146 (57.42% from 255 or 32.96% from 443); Blue value is 94 (37.11% from 255 or 21.22% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CB925E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB925E is #346DA1. Grayscale: #9D9D9D. Windows color (decimal): -3435938 or 6197963. OLE color: 6197963.

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

Color convert

RGB 203 146 94 -
CMYK 0 0.28 0.54 0.20
HSL 28.62º 0.51% 0.58% -
HSV(B) 28.62º 0.54% 0.8% -
XYZ 36.93 34.06 15.22 -
YUV 157.12 92.38 160.73 -
System Red Green Blue C M Y K H S L
Decimal 203 146 94 0 0.28 0.54 0.20 28.62 0.51 0.58
Hex CB 92 5E 0 1C 36 14 1D 33 3A
Octal 313 222 136 0 34 66 24 35 63 72
Binary 11001011 10010010 1011110 0 11100 110110 10100 11101 110011 111010

Color Harmonies of #CB925E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB925E

Black with #CB925E

Text Example


Text Example

White with #CB925E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB925E; }

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

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

background-color css

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

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

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

border-color css

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

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

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