Html Css Color HEX #CC8C5C Whiskey

📋 copy color: '#CC8C5C'

red 204 ◦ green 140 ◦ blue 92

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

Shades of Whiskey #CC8C5C

Tints of Whiskey #CC8C5C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.11%

 BLUE value IS 92 (36.33% from 255) = 21.1%

R = 46.79%
G = 32.11%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CC8C5C (or 0xCC8C5C) is known color: Whiskey. HEX triplet: CC, 8C and 5C. RGB value is (204,140,92). Sum of RGB (Red+Green+Blue) = 204+140+92=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 140 (55.08% from 255 or 32.11% from 436); Blue value is 92 (36.33% from 255 or 21.10% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8C5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8C5C is #3373A3. Grayscale: #999999. Windows color (decimal): -3371940 or 6065356. OLE color: 6065356.

HSL color Cylindrical-coordinate representation of color #CC8C5C: hue angle of 25.71º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC8C5C is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 140 92 -
CMYK 0 0.31 0.55 0.2
HSL 25.71º 0.52% 0.58% -
HSV(B) 25.71º 0.55% 0.8% -
XYZ 36.21 32.37 14.46 -
YUV 153.66 93.2 163.9 -
System Red Green Blue C M Y K H S L
Decimal 204 140 92 0 0.31 0.55 0.2 25.71 0.52 0.58
Hex CC 8C 5C 0 1F 37 14 1A 34 3A
Octal 314 214 134 0 37 67 24 32 64 72
Binary 11001100 10001100 1011100 0 11111 110111 10100 11010 110100 111010

Color Harmonies of #CC8C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8C5C

Black with #CC8C5C

Text Example


Text Example

White with #CC8C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8C5C; }

 p { color: rgb(204,140,92); }

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

background-color css

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

 a { background-color: rgb(204,140,92); }

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

border-color css

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

 span { border-color: rgb(204,140,92); }

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