#CFB157

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

Shades of Tacha #CFB157

Tints of Tacha #CFB157

Color information

#CFB157 (or 0xCFB157) is unknown color: approx Tacha. HEX triplet: CF, B1 and 57. RGB value is (207,177,87). Sum of RGB (Red+Green+Blue) = 207+177+87=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 177 (69.53% from 255 or 37.58% from 471); Blue value is 87 (34.38% from 255 or 18.47% from 471); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB157 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB157 is #304EA8. Grayscale: #B0B0B0. Windows color (decimal): -3165865 or 5747151. OLE color: 5747151.

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

Color convert

RGB20717787-
CMYK00.140.580.19
HSL45º55.56%57.65%-
HSV(B)45º57.97%81.18%-
XYZ43.1745.415.5-
YUV175.7177.94150.32-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.95%
GREEN value IS 177 (69.53% from 255) = 37.58%
BLUE value IS 87 (34.38% from 255) = 18.47%
R=43.95%
G=37.58%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.58
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071778700.140.580.194555.5657.65
HexCFB1570E3A132d383a
Octal3172611270167223557072
Binary110011111011000110101110111011101010011101101111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB157; }

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

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

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

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

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

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

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

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