Html Css Color HEX #CC8B63 Whiskey

📋 copy color: '#CC8B63'

red 204 ◦ green 139 ◦ blue 99

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

Shades of Whiskey #CC8B63

Tints of Whiskey #CC8B63

RGB

 RED value IS 204 (80.08% from 255) = 46.15%

 GREEN value IS 139 (54.69% from 255) = 31.45%

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

R = 46.15%
G = 31.45%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#CC8B63 (or 0xCC8B63) is known color: Whiskey. HEX triplet: CC, 8B and 63. RGB value is (204,139,99). Sum of RGB (Red+Green+Blue) = 204+139+99=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 139 (54.69% from 255 or 31.45% from 442); Blue value is 99 (39.06% from 255 or 22.40% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8B63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8B63 is #33749C. Grayscale: #9A9A9A. Windows color (decimal): -3372189 or 6523852. OLE color: 6523852.

HSL color Cylindrical-coordinate representation of color #CC8B63: hue angle of 22.86º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC8B63 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 139 99 -
CMYK 0 0.32 0.51 0.2
HSL 22.86º 0.51% 0.59% -
HSV(B) 22.86º 0.51% 0.8% -
XYZ 36.39 32.2 16.1 -
YUV 153.88 97.03 163.75 -
System Red Green Blue C M Y K H S L
Decimal 204 139 99 0 0.32 0.51 0.2 22.86 0.51 0.59
Hex CC 8B 63 0 20 33 14 17 33 3B
Octal 314 213 143 0 40 63 24 27 63 73
Binary 11001100 10001011 1100011 0 100000 110011 10100 10111 110011 111011

Color Harmonies of #CC8B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8B63

Black with #CC8B63

Text Example


Text Example

White with #CC8B63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8B63; }

 p { color: rgb(204,139,99); }

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

background-color css

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

 a { background-color: rgb(204,139,99); }

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

border-color css

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

 span { border-color: rgb(204,139,99); }

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