Html Css Color HEX #CD966C Whiskey

📋 copy color: '#CD966C'

red 205 ◦ green 150 ◦ blue 108

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

Shades of Whiskey #CD966C

Tints of Whiskey #CD966C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.33%

R = 44.28%
G = 32.4%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CD966C (or 0xCD966C) is known color: Whiskey. HEX triplet: CD, 96 and 6C. RGB value is (205,150,108). Sum of RGB (Red+Green+Blue) = 205+150+108=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 150 (58.98% from 255 or 32.40% from 463); Blue value is 108 (42.58% from 255 or 23.33% from 463); Max value from RGB is 205 - color contains mainly: red. Hex color #CD966C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD966C is #326993. Grayscale: #A1A1A1. Windows color (decimal): -3303828 or 7116493. OLE color: 7116493.

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

Color convert

RGB 205 150 108 -
CMYK 0 0.27 0.47 0.20
HSL 25.98º 0.49% 0.61% -
HSV(B) 25.98º 0.47% 0.8% -
XYZ 38.79 35.87 19.07 -
YUV 161.66 97.72 158.92 -
System Red Green Blue C M Y K H S L
Decimal 205 150 108 0 0.27 0.47 0.20 25.98 0.49 0.61
Hex CD 96 6C 0 1B 2F 14 1A 31 3D
Octal 315 226 154 0 33 57 24 32 61 75
Binary 11001101 10010110 1101100 0 11011 101111 10100 11010 110001 111101

Color Harmonies of #CD966C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD966C

Black with #CD966C

Text Example


Text Example

White with #CD966C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD966C; }

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

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

background-color css

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

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

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

border-color css

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

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

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