Html Css Color HEX #CC8A63 Whiskey

📋 copy color: '#CC8A63'

red 204 ◦ green 138 ◦ blue 99

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

Shades of Whiskey #CC8A63

Tints of Whiskey #CC8A63

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.29%

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

R = 46.26%
G = 31.29%
B = 22.45%

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

#CC8A63 (or 0xCC8A63) is known color: Whiskey. HEX triplet: CC, 8A and 63. RGB value is (204,138,99). Sum of RGB (Red+Green+Blue) = 204+138+99=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 138 (54.30% from 255 or 31.29% from 441); Blue value is 99 (39.06% from 255 or 22.45% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8A63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8A63 is #33759C. Grayscale: #999999. Windows color (decimal): -3372445 or 6523596. OLE color: 6523596.

HSL color Cylindrical-coordinate representation of color #CC8A63: hue angle of 22.29º 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 #CC8A63 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 138 99 -
CMYK 0 0.32 0.51 0.2
HSL 22.29º 0.51% 0.59% -
HSV(B) 22.29º 0.51% 0.8% -
XYZ 36.24 31.92 16.05 -
YUV 153.29 97.37 164.17 -
System Red Green Blue C M Y K H S L
Decimal 204 138 99 0 0.32 0.51 0.2 22.29 0.51 0.59
Hex CC 8A 63 0 20 33 14 16 33 3B
Octal 314 212 143 0 40 63 24 26 63 73
Binary 11001100 10001010 1100011 0 100000 110011 10100 10110 110011 111011

Color Harmonies of #CC8A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8A63

Black with #CC8A63

Text Example


Text Example

White with #CC8A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8A63; }

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

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

background-color css

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

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

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

border-color css

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

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

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