Html Css Color HEX #CD8C60 Whiskey

📋 copy color: '#CD8C60'

red 205 ◦ green 140 ◦ blue 96

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

Shades of Whiskey #CD8C60

Tints of Whiskey #CD8C60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 21.77%

R = 46.49%
G = 31.75%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CD8C60 (or 0xCD8C60) is known color: Whiskey. HEX triplet: CD, 8C and 60. RGB value is (205,140,96). Sum of RGB (Red+Green+Blue) = 205+140+96=441 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.49% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 96 (37.89% from 255 or 21.77% from 441); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8C60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8C60 is #32739F. Grayscale: #9A9A9A. Windows color (decimal): -3306400 or 6327501. OLE color: 6327501.

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

Color convert

RGB 205 140 96 -
CMYK 0 0.32 0.53 0.20
HSL 24.22º 0.52% 0.59% -
HSV(B) 24.22º 0.53% 0.8% -
XYZ 36.67 32.58 15.42 -
YUV 154.42 95.03 164.08 -
System Red Green Blue C M Y K H S L
Decimal 205 140 96 0 0.32 0.53 0.20 24.22 0.52 0.59
Hex CD 8C 60 0 20 35 14 18 34 3B
Octal 315 214 140 0 40 65 24 30 64 73
Binary 11001101 10001100 1100000 0 100000 110101 10100 11000 110100 111011

Color Harmonies of #CD8C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8C60

Black with #CD8C60

Text Example


Text Example

White with #CD8C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8C60; }

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

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

background-color css

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

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

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

border-color css

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

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

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