Html Css Color HEX #CD9A63 Whiskey

📋 copy color: '#CD9A63'

red 205 ◦ green 154 ◦ blue 99

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

Shades of Whiskey #CD9A63

Tints of Whiskey #CD9A63

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.62%

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

R = 44.76%
G = 33.62%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CD9A63 (or 0xCD9A63) is known color: Whiskey. HEX triplet: CD, 9A and 63. RGB value is (205,154,99). Sum of RGB (Red+Green+Blue) = 205+154+99=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 154 (60.55% from 255 or 33.62% from 458); Blue value is 99 (39.06% from 255 or 21.62% from 458); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9A63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9A63 is #32659C. Grayscale: #A3A3A3. Windows color (decimal): -3302813 or 6527693. OLE color: 6527693.

HSL color Cylindrical-coordinate representation of color #CD9A63: hue angle of 31.13º 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 #CD9A63 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 154 99 -
CMYK 0 0.25 0.52 0.20
HSL 31.13º 0.51% 0.6% -
HSV(B) 31.13º 0.52% 0.8% -
XYZ 38.98 36.99 16.89 -
YUV 162.98 91.9 157.97 -
System Red Green Blue C M Y K H S L
Decimal 205 154 99 0 0.25 0.52 0.20 31.13 0.51 0.6
Hex CD 9A 63 0 19 34 14 1F 33 3C
Octal 315 232 143 0 31 64 24 37 63 74
Binary 11001101 10011010 1100011 0 11001 110100 10100 11111 110011 111100

Color Harmonies of #CD9A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9A63

Black with #CD9A63

Text Example


Text Example

White with #CD9A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9A63; }

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

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

background-color css

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

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

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

border-color css

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

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

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