Html Css Color HEX #CD9163 Whiskey

📋 copy color: '#CD9163'

red 205 ◦ green 145 ◦ blue 99

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

Shades of Whiskey #CD9163

Tints of Whiskey #CD9163

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.29%

 BLUE value IS 99 (39.06% from 255) = 22.05%

R = 45.66%
G = 32.29%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CD9163 (or 0xCD9163) is known color: Whiskey. HEX triplet: CD, 91 and 63. RGB value is (205,145,99). Sum of RGB (Red+Green+Blue) = 205+145+99=449 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.66% from 449); Green value is 145 (57.03% from 255 or 32.29% from 449); Blue value is 99 (39.06% from 255 or 22.05% from 449); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9163 is #326E9C. Grayscale: #9D9D9D. Windows color (decimal): -3305117 or 6525389. OLE color: 6525389.

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

Color convert

RGB 205 145 99 -
CMYK 0 0.29 0.52 0.20
HSL 26.04º 0.51% 0.6% -
HSV(B) 26.04º 0.52% 0.8% -
XYZ 37.55 34.13 16.41 -
YUV 157.7 94.88 161.74 -
System Red Green Blue C M Y K H S L
Decimal 205 145 99 0 0.29 0.52 0.20 26.04 0.51 0.6
Hex CD 91 63 0 1D 34 14 1A 33 3C
Octal 315 221 143 0 35 64 24 32 63 74
Binary 11001101 10010001 1100011 0 11101 110100 10100 11010 110011 111100

Color Harmonies of #CD9163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9163

Black with #CD9163

Text Example


Text Example

White with #CD9163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9163; }

 p { color: rgb(205,145,99); }

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

background-color css

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

 a { background-color: rgb(205,145,99); }

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

border-color css

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

 span { border-color: rgb(205,145,99); }

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