Html Css Color HEX #CD945D Whiskey Sour

📋 copy color: '#CD945D'

red 205 ◦ green 148 ◦ blue 93

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

Shades of Whiskey Sour #CD945D

Tints of Whiskey Sour #CD945D

RGB

 RED value IS 205 (80.47% from 255) = 45.96%

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

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

R = 45.96%
G = 33.18%
B = 20.85%

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

#CD945D (or 0xCD945D) is known color: Whiskey Sour. HEX triplet: CD, 94 and 5D. RGB value is (205,148,93). Sum of RGB (Red+Green+Blue) = 205+148+93=446 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.96% from 446); Green value is 148 (58.20% from 255 or 33.18% from 446); Blue value is 93 (36.72% from 255 or 20.85% from 446); Max value from RGB is 205 - color contains mainly: red. Hex color #CD945D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD945D is #326BA2. Grayscale: #9F9F9F. Windows color (decimal): -3304355 or 6132941. OLE color: 6132941.

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

Color convert

RGB 205 148 93 -
CMYK 0 0.28 0.55 0.20
HSL 29.46º 0.53% 0.58% -
HSV(B) 29.46º 0.55% 0.8% -
XYZ 37.74 34.95 15.11 -
YUV 158.77 90.88 160.97 -
System Red Green Blue C M Y K H S L
Decimal 205 148 93 0 0.28 0.55 0.20 29.46 0.53 0.58
Hex CD 94 5D 0 1C 37 14 1D 35 3A
Octal 315 224 135 0 34 67 24 35 65 72
Binary 11001101 10010100 1011101 0 11100 110111 10100 11101 110101 111010

Color Harmonies of #CD945D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD945D

Black with #CD945D

Text Example


Text Example

White with #CD945D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD945D; }

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

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

background-color css

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

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

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

border-color css

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

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

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