Html Css Color HEX #CFB386 Tan

📋 copy color: '#CFB386'

red 207 ◦ green 179 ◦ blue 134

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

Shades of Tan #CFB386

Tints of Tan #CFB386

RGB

 RED value IS 207 (81.25% from 255) = 39.81%

 GREEN value IS 179 (70.31% from 255) = 34.42%

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

R = 39.81%
G = 34.42%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#CFB386 (or 0xCFB386) is known color: Tan. HEX triplet: CF, B3 and 86. RGB value is (207,179,134). Sum of RGB (Red+Green+Blue) = 207+179+134=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 179 (70.31% from 255 or 34.42% from 520); Blue value is 134 (52.73% from 255 or 25.77% from 520); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB386 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB386 is #304C79. Grayscale: #B6B6B6. Windows color (decimal): -3165306 or 8827855. OLE color: 8827855.

HSL color Cylindrical-coordinate representation of color #CFB386: hue angle of 36.99º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CFB386 is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 179 134 -
CMYK 0 0.14 0.35 0.19
HSL 36.99º 0.43% 0.67% -
HSV(B) 36.99º 0.35% 0.81% -
XYZ 46.16 47.23 29.24 -
YUV 182.24 100.78 145.66 -
System Red Green Blue C M Y K H S L
Decimal 207 179 134 0 0.14 0.35 0.19 36.99 0.43 0.67
Hex CF B3 86 0 E 23 13 25 2B 43
Octal 317 263 206 0 16 43 23 45 53 103
Binary 11001111 10110011 10000110 0 1110 100011 10011 100101 101011 1000011

Color Harmonies of #CFB386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB386

Black with #CFB386

Text Example


Text Example

White with #CFB386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB386; }

 p { color: rgb(207,179,134); }

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

background-color css

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

 a { background-color: rgb(207,179,134); }

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

border-color css

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

 span { border-color: rgb(207,179,134); }

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