#CFB15C

Color #CFB15C Tacha (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tacha #CFB15C

Tints of Tacha #CFB15C

Color information

#CFB15C (or 0xCFB15C) is unknown color: approx Tacha. HEX triplet: CF, B1 and 5C. RGB value is (207,177,92). Sum of RGB (Red+Green+Blue) = 207+177+92=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 177 (69.53% from 255 or 37.18% from 476); Blue value is 92 (36.33% from 255 or 19.33% from 476); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB15C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB15C is #304EA3. Grayscale: #B0B0B0. Windows color (decimal): -3165860 or 6074831. OLE color: 6074831.

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

Color convert

RGB20717792-
CMYK00.140.560.19
HSL44.35º54.5%58.63%-
HSV(B)44.35º55.56%81.18%-
XYZ43.3945.4816.62-
YUV176.2880.44149.91-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.49%
GREEN value IS 177 (69.53% from 255) = 37.18%
BLUE value IS 92 (36.33% from 255) = 19.33%
R=43.49%
G=37.18%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.56
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071779200.140.560.1944.3554.558.63
HexCFB15C0E38132c373b
Octal3172611340167023546773
Binary110011111011000110111000111011100010011101100110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB15C; }

 p { color: rgb(207,177,92); }

 H1.HeaderClassName
 {
   color: #CFB15C;
 }
 .AnyTagClassName
 {
   color: #CFB15C;
 }
</style>
background-color css

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

 a { background-color: rgb(207,177,92); }

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

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

 span { border-color: rgb(207,177,92); }

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