Html Css Color HEX #CD885A Whiskey Sour

📋 copy color: '#CD885A'

red 205 ◦ green 136 ◦ blue 90

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

Shades of Whiskey Sour #CD885A

Tints of Whiskey Sour #CD885A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.55%

 BLUE value IS 90 (35.55% from 255) = 20.88%

R = 47.56%
G = 31.55%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CD885A (or 0xCD885A) is known color: Whiskey Sour. HEX triplet: CD, 88 and 5A. RGB value is (205,136,90). Sum of RGB (Red+Green+Blue) = 205+136+90=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 136 (53.52% from 255 or 31.55% from 431); Blue value is 90 (35.55% from 255 or 20.88% from 431); Max value from RGB is 205 - color contains mainly: red. Hex color #CD885A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD885A is #3277A5. Grayscale: #979797. Windows color (decimal): -3307430 or 5933261. OLE color: 5933261.

HSL color Cylindrical-coordinate representation of color #CD885A: hue angle of 24º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CD885A is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 136 90 -
CMYK 0 0.34 0.56 0.20
HSL 24º 0.53% 0.58% -
HSV(B) 24º 0.56% 0.8% -
XYZ 35.83 31.33 13.83 -
YUV 151.39 93.36 166.24 -
System Red Green Blue C M Y K H S L
Decimal 205 136 90 0 0.34 0.56 0.20 24 0.53 0.58
Hex CD 88 5A 0 22 38 14 18 35 3A
Octal 315 210 132 0 42 70 24 30 65 72
Binary 11001101 10001000 1011010 0 100010 111000 10100 11000 110101 111010

Color Harmonies of #CD885A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD885A

Black with #CD885A

Text Example


Text Example

White with #CD885A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD885A; }

 p { color: rgb(205,136,90); }

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

background-color css

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

 a { background-color: rgb(205,136,90); }

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

border-color css

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

 span { border-color: rgb(205,136,90); }

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