#CD945C

Color #CD945C Whiskey Sour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Whiskey Sour #CD945C

Tints of Whiskey Sour #CD945C

Color information

#CD945C (or 0xCD945C) is unknown color: approx Whiskey Sour. HEX triplet: CD, 94 and 5C. RGB value is (205,148,92). Sum of RGB (Red+Green+Blue) = 205+148+92=445 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.07% from 445); Green value is 148 (58.20% from 255 or 33.26% from 445); Blue value is 92 (36.33% from 255 or 20.67% from 445); Max value from RGB is 205 - color contains mainly: red. Hex color #CD945C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD945C is #326BA3. Grayscale: #9E9E9E. Windows color (decimal): -3304356 or 6067405. OLE color: 6067405.

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

Color convert

RGB20514892-
CMYK00.280.550.20
HSL29.73º53.05%58.24%-
HSV(B)29.73º55.12%80.39%-
XYZ37.734.9314.88-
YUV158.6690.38161.05-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.07%
GREEN value IS 148 (58.20% from 255) = 33.26%
BLUE value IS 92 (36.33% from 255) = 20.67%
R=46.07%
G=33.26%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051489200.280.550.2029.7353.0558.24
HexCD945C01C37141e353a
Octal3152241340346724366572
Binary110011011001010010111000111001101111010011110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD945C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD945C; }

 p { color: rgb(205,148,92); }

 H1.HeaderClassName
 {
   color: #CD945C;
 }
 .AnyTagClassName
 {
   color: #CD945C;
 }
</style>
background-color css

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

 a { background-color: rgb(205,148,92); }

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

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

 span { border-color: rgb(205,148,92); }

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