Html Css Color HEX #CCB186 Tan

📋 copy color: '#CCB186'

red 204 ◦ green 177 ◦ blue 134

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

Shades of Tan #CCB186

Tints of Tan #CCB186

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.37%

 BLUE value IS 134 (52.73% from 255) = 26.02%

R = 39.61%
G = 34.37%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.34

 K value IS 0.2

RGB Variations

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

Color information

#CCB186 (or 0xCCB186) is known color: Tan. HEX triplet: CC, B1 and 86. RGB value is (204,177,134). Sum of RGB (Red+Green+Blue) = 204+177+134=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 177 (69.53% from 255 or 34.37% from 515); Blue value is 134 (52.73% from 255 or 26.02% from 515); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB186 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB186 is #334E79. Grayscale: #B4B4B4. Windows color (decimal): -3362426 or 8827340. OLE color: 8827340.

HSL color Cylindrical-coordinate representation of color #CCB186: hue angle of 36.86º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CCB186 is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 177 134 -
CMYK 0 0.13 0.34 0.2
HSL 36.86º 0.41% 0.66% -
HSV(B) 36.86º 0.34% 0.8% -
XYZ 44.93 46 29.07 -
YUV 180.17 101.95 145 -
System Red Green Blue C M Y K H S L
Decimal 204 177 134 0 0.13 0.34 0.2 36.86 0.41 0.66
Hex CC B1 86 0 D 22 14 25 29 42
Octal 314 261 206 0 15 42 24 45 51 102
Binary 11001100 10110001 10000110 0 1101 100010 10100 100101 101001 1000010

Color Harmonies of #CCB186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB186

Black with #CCB186

Text Example


Text Example

White with #CCB186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB186; }

 p { color: rgb(204,177,134); }

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

background-color css

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

 a { background-color: rgb(204,177,134); }

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

border-color css

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

 span { border-color: rgb(204,177,134); }

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