Html Css Color HEX #CD9255 Whiskey Sour

📋 copy color: '#CD9255'

red 205 ◦ green 146 ◦ blue 85

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

Shades of Whiskey Sour #CD9255

Tints of Whiskey Sour #CD9255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.5%

R = 47.02%
G = 33.49%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.59

 K value IS 0.20

RGB Variations

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

Color information

#CD9255 (or 0xCD9255) is known color: Whiskey Sour. HEX triplet: CD, 92 and 55. RGB value is (205,146,85). Sum of RGB (Red+Green+Blue) = 205+146+85=436 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.02% from 436); Green value is 146 (57.42% from 255 or 33.49% from 436); Blue value is 85 (33.59% from 255 or 19.50% from 436); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9255 is #326DAA. Grayscale: #9C9C9C. Windows color (decimal): -3304875 or 5608141. OLE color: 5608141.

HSL color Cylindrical-coordinate representation of color #CD9255: hue angle of 30.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CD9255 is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 146 85 -
CMYK 0 0.29 0.59 0.20
HSL 30.5º 0.55% 0.57% -
HSV(B) 30.5º 0.59% 0.8% -
XYZ 37.1 34.19 13.24 -
YUV 156.69 87.55 162.46 -
System Red Green Blue C M Y K H S L
Decimal 205 146 85 0 0.29 0.59 0.20 30.5 0.55 0.57
Hex CD 92 55 0 1D 3B 14 1E 37 39
Octal 315 222 125 0 35 73 24 36 67 71
Binary 11001101 10010010 1010101 0 11101 111011 10100 11110 110111 111001

Color Harmonies of #CD9255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9255

Black with #CD9255

Text Example


Text Example

White with #CD9255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9255; }

 p { color: rgb(205,146,85); }

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

background-color css

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

 a { background-color: rgb(205,146,85); }

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

border-color css

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

 span { border-color: rgb(205,146,85); }

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