Html Css Color HEX #CCB286 Tan

📋 copy color: '#CCB286'

red 204 ◦ green 178 ◦ blue 134

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

Shades of Tan #CCB286

Tints of Tan #CCB286

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.5%

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

R = 39.53%
G = 34.5%
B = 25.97%

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

#CCB286 (or 0xCCB286) is known color: Tan. HEX triplet: CC, B2 and 86. RGB value is (204,178,134). Sum of RGB (Red+Green+Blue) = 204+178+134=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 178 (69.92% from 255 or 34.50% from 516); Blue value is 134 (52.73% from 255 or 25.97% from 516); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB286 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB286 is #334D79. Grayscale: #B4B4B4. Windows color (decimal): -3362170 or 8827596. OLE color: 8827596.

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

Color convert

RGB 204 178 134 -
CMYK 0 0.13 0.34 0.2
HSL 37.71º 0.41% 0.66% -
HSV(B) 37.71º 0.34% 0.8% -
XYZ 45.13 46.4 29.13 -
YUV 180.76 101.61 144.58 -
System Red Green Blue C M Y K H S L
Decimal 204 178 134 0 0.13 0.34 0.2 37.71 0.41 0.66
Hex CC B2 86 0 D 22 14 26 29 42
Octal 314 262 206 0 15 42 24 46 51 102
Binary 11001100 10110010 10000110 0 1101 100010 10100 100110 101001 1000010

Color Harmonies of #CCB286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB286

Black with #CCB286

Text Example


Text Example

White with #CCB286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB286; }

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

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

background-color css

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

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

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

border-color css

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

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

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