Html Css Color HEX #CD8C52 Whiskey Sour

📋 copy color: '#CD8C52'

red 205 ◦ green 140 ◦ blue 82

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

Shades of Whiskey Sour #CD8C52

Tints of Whiskey Sour #CD8C52

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.79%

 BLUE value IS 82 (32.42% from 255) = 19.2%

R = 48.01%
G = 32.79%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.6

 K value IS 0.20

RGB Variations

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

Color information

#CD8C52 (or 0xCD8C52) is known color: Whiskey Sour. HEX triplet: CD, 8C and 52. RGB value is (205,140,82). Sum of RGB (Red+Green+Blue) = 205+140+82=427 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.01% from 427); Green value is 140 (55.08% from 255 or 32.79% from 427); Blue value is 82 (32.42% from 255 or 19.20% from 427); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8C52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8C52 is #3273AD. Grayscale: #999999. Windows color (decimal): -3306414 or 5409997. OLE color: 5409997.

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

Color convert

RGB 205 140 82 -
CMYK 0 0.32 0.6 0.20
HSL 28.29º 0.55% 0.56% -
HSV(B) 28.29º 0.6% 0.8% -
XYZ 36.08 32.34 12.32 -
YUV 152.82 88.03 165.22 -
System Red Green Blue C M Y K H S L
Decimal 205 140 82 0 0.32 0.6 0.20 28.29 0.55 0.56
Hex CD 8C 52 0 20 3C 14 1C 37 38
Octal 315 214 122 0 40 74 24 34 67 70
Binary 11001101 10001100 1010010 0 100000 111100 10100 11100 110111 111000

Color Harmonies of #CD8C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8C52

Black with #CD8C52

Text Example


Text Example

White with #CD8C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8C52; }

 p { color: rgb(205,140,82); }

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

background-color css

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

 a { background-color: rgb(205,140,82); }

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

border-color css

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

 span { border-color: rgb(205,140,82); }

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