Html Css Color HEX #CD955C Whiskey Sour

📋 copy color: '#CD955C'

red 205 ◦ green 149 ◦ blue 92

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

Shades of Whiskey Sour #CD955C

Tints of Whiskey Sour #CD955C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.41%

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

R = 45.96%
G = 33.41%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CD955C (or 0xCD955C) is known color: Whiskey Sour. HEX triplet: CD, 95 and 5C. RGB value is (205,149,92). Sum of RGB (Red+Green+Blue) = 205+149+92=446 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.96% from 446); Green value is 149 (58.59% from 255 or 33.41% from 446); Blue value is 92 (36.33% from 255 or 20.63% from 446); Max value from RGB is 205 - color contains mainly: red. Hex color #CD955C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD955C is #326AA3. Grayscale: #9F9F9F. Windows color (decimal): -3304100 or 6067661. OLE color: 6067661.

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

Color convert

RGB 205 149 92 -
CMYK 0 0.27 0.55 0.20
HSL 30.27º 0.53% 0.58% -
HSV(B) 30.27º 0.55% 0.8% -
XYZ 37.86 35.25 14.93 -
YUV 159.25 90.05 160.63 -
System Red Green Blue C M Y K H S L
Decimal 205 149 92 0 0.27 0.55 0.20 30.27 0.53 0.58
Hex CD 95 5C 0 1B 37 14 1E 35 3A
Octal 315 225 134 0 33 67 24 36 65 72
Binary 11001101 10010101 1011100 0 11011 110111 10100 11110 110101 111010

Color Harmonies of #CD955C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD955C

Black with #CD955C

Text Example


Text Example

White with #CD955C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD955C; }

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

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

background-color css

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

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

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

border-color css

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

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

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