Html Css Color HEX #CD9863 Whiskey

📋 copy color: '#CD9863'

red 205 ◦ green 152 ◦ blue 99

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

Shades of Whiskey #CD9863

Tints of Whiskey #CD9863

RGB

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

 GREEN value IS 152 (59.77% from 255) = 33.33%

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

R = 44.96%
G = 33.33%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CD9863 (or 0xCD9863) is known color: Whiskey. HEX triplet: CD, 98 and 63. RGB value is (205,152,99). Sum of RGB (Red+Green+Blue) = 205+152+99=456 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.96% from 456); Green value is 152 (59.77% from 255 or 33.33% from 456); Blue value is 99 (39.06% from 255 or 21.71% from 456); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9863 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9863 is #32679C. Grayscale: #A2A2A2. Windows color (decimal): -3303325 or 6527181. OLE color: 6527181.

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

Color convert

RGB 205 152 99 -
CMYK 0 0.26 0.52 0.20
HSL 30º 0.51% 0.6% -
HSV(B) 30º 0.52% 0.8% -
XYZ 38.66 36.34 16.78 -
YUV 161.81 92.56 158.81 -
System Red Green Blue C M Y K H S L
Decimal 205 152 99 0 0.26 0.52 0.20 30 0.51 0.6
Hex CD 98 63 0 1A 34 14 1E 33 3C
Octal 315 230 143 0 32 64 24 36 63 74
Binary 11001101 10011000 1100011 0 11010 110100 10100 11110 110011 111100

Color Harmonies of #CD9863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9863

Black with #CD9863

Text Example


Text Example

White with #CD9863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9863; }

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

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

background-color css

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

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

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

border-color css

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

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

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