Html Css Color HEX #CD966A Whiskey

📋 copy color: '#CD966A'

red 205 ◦ green 150 ◦ blue 106

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

Shades of Whiskey #CD966A

Tints of Whiskey #CD966A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.54%

 BLUE value IS 106 (41.8% from 255) = 22.99%

R = 44.47%
G = 32.54%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CD966A (or 0xCD966A) is known color: Whiskey. HEX triplet: CD, 96 and 6A. RGB value is (205,150,106). Sum of RGB (Red+Green+Blue) = 205+150+106=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 150 (58.98% from 255 or 32.54% from 461); Blue value is 106 (41.80% from 255 or 22.99% from 461); Max value from RGB is 205 - color contains mainly: red. Hex color #CD966A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD966A is #326995. Grayscale: #A1A1A1. Windows color (decimal): -3303830 or 6985421. OLE color: 6985421.

HSL color Cylindrical-coordinate representation of color #CD966A: hue angle of 26.67º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CD966A is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 150 106 -
CMYK 0 0.27 0.48 0.20
HSL 26.67º 0.5% 0.61% -
HSV(B) 26.67º 0.48% 0.8% -
XYZ 38.68 35.83 18.51 -
YUV 161.43 96.72 159.08 -
System Red Green Blue C M Y K H S L
Decimal 205 150 106 0 0.27 0.48 0.20 26.67 0.5 0.61
Hex CD 96 6A 0 1B 30 14 1B 32 3D
Octal 315 226 152 0 33 60 24 33 62 75
Binary 11001101 10010110 1101010 0 11011 110000 10100 11011 110010 111101

Color Harmonies of #CD966A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD966A

Black with #CD966A

Text Example


Text Example

White with #CD966A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD966A; }

 p { color: rgb(205,150,106); }

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

background-color css

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

 a { background-color: rgb(205,150,106); }

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

border-color css

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

 span { border-color: rgb(205,150,106); }

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