Html Css Color HEX #CB925C Whiskey Sour

📋 copy color: '#CB925C'

red 203 ◦ green 146 ◦ blue 92

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

Shades of Whiskey Sour #CB925C

Tints of Whiskey Sour #CB925C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.86%

R = 46.03%
G = 33.11%
B = 20.86%

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

#CB925C (or 0xCB925C) is known color: Whiskey Sour. HEX triplet: CB, 92 and 5C. RGB value is (203,146,92). Sum of RGB (Red+Green+Blue) = 203+146+92=441 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.03% from 441); Green value is 146 (57.42% from 255 or 33.11% from 441); Blue value is 92 (36.33% from 255 or 20.86% from 441); Max value from RGB is 203 - color contains mainly: red. Hex color #CB925C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB925C is #346DA3. Grayscale: #9D9D9D. Windows color (decimal): -3435940 or 6066891. OLE color: 6066891.

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

Color convert

RGB 203 146 92 -
CMYK 0 0.28 0.55 0.20
HSL 29.19º 0.52% 0.58% -
HSV(B) 29.19º 0.55% 0.8% -
XYZ 36.84 34.03 14.75 -
YUV 156.89 91.38 160.89 -
System Red Green Blue C M Y K H S L
Decimal 203 146 92 0 0.28 0.55 0.20 29.19 0.52 0.58
Hex CB 92 5C 0 1C 37 14 1D 34 3A
Octal 313 222 134 0 34 67 24 35 64 72
Binary 11001011 10010010 1011100 0 11100 110111 10100 11101 110100 111010

Color Harmonies of #CB925C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB925C

Black with #CB925C

Text Example


Text Example

White with #CB925C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB925C; }

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

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

background-color css

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

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

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

border-color css

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

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

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