Html Css Color HEX #CD8C62 Whiskey

📋 copy color: '#CD8C62'

red 205 ◦ green 140 ◦ blue 98

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

Shades of Whiskey #CD8C62

Tints of Whiskey #CD8C62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 22.12%

R = 46.28%
G = 31.6%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CD8C62 (or 0xCD8C62) is known color: Whiskey. HEX triplet: CD, 8C and 62. RGB value is (205,140,98). Sum of RGB (Red+Green+Blue) = 205+140+98=443 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.28% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 98 (38.67% from 255 or 22.12% from 443); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8C62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8C62 is #32739D. Grayscale: #9A9A9A. Windows color (decimal): -3306398 or 6458573. OLE color: 6458573.

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

Color convert

RGB 205 140 98 -
CMYK 0 0.32 0.52 0.20
HSL 23.55º 0.52% 0.59% -
HSV(B) 23.55º 0.52% 0.8% -
XYZ 36.76 32.62 15.91 -
YUV 154.65 96.03 163.92 -
System Red Green Blue C M Y K H S L
Decimal 205 140 98 0 0.32 0.52 0.20 23.55 0.52 0.59
Hex CD 8C 62 0 20 34 14 18 34 3B
Octal 315 214 142 0 40 64 24 30 64 73
Binary 11001101 10001100 1100010 0 100000 110100 10100 11000 110100 111011

Color Harmonies of #CD8C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8C62

Black with #CD8C62

Text Example


Text Example

White with #CD8C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8C62; }

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

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

background-color css

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

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

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

border-color css

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

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

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