Html Css Color HEX #CC895D Whiskey

📋 copy color: '#CC895D'

red 204 ◦ green 137 ◦ blue 93

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

Shades of Whiskey #CC895D

Tints of Whiskey #CC895D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.57%

 BLUE value IS 93 (36.72% from 255) = 21.43%

R = 47%
G = 31.57%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CC895D (or 0xCC895D) is known color: Whiskey. HEX triplet: CC, 89 and 5D. RGB value is (204,137,93). Sum of RGB (Red+Green+Blue) = 204+137+93=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 137 (53.91% from 255 or 31.57% from 434); Blue value is 93 (36.72% from 255 or 21.43% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CC895D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC895D is #3376A2. Grayscale: #989898. Windows color (decimal): -3372707 or 6130124. OLE color: 6130124.

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

Color convert

RGB 204 137 93 -
CMYK 0 0.33 0.54 0.2
HSL 23.78º 0.52% 0.58% -
HSV(B) 23.78º 0.54% 0.8% -
XYZ 35.82 31.52 14.55 -
YUV 152.02 94.7 165.08 -
System Red Green Blue C M Y K H S L
Decimal 204 137 93 0 0.33 0.54 0.2 23.78 0.52 0.58
Hex CC 89 5D 0 21 36 14 18 34 3A
Octal 314 211 135 0 41 66 24 30 64 72
Binary 11001100 10001001 1011101 0 100001 110110 10100 11000 110100 111010

Color Harmonies of #CC895D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC895D

Black with #CC895D

Text Example


Text Example

White with #CC895D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC895D; }

 p { color: rgb(204,137,93); }

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

background-color css

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

 a { background-color: rgb(204,137,93); }

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

border-color css

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

 span { border-color: rgb(204,137,93); }

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