#CFC357

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

Shades of Tacha #CFC357

Tints of Tacha #CFC357

Color information

#CFC357 (or 0xCFC357) is unknown color: approx Tacha. HEX triplet: CF, C3 and 57. RGB value is (207,195,87). Sum of RGB (Red+Green+Blue) = 207+195+87=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 195 (76.56% from 255 or 39.88% from 489); Blue value is 87 (34.38% from 255 or 17.79% from 489); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC357 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC357 is #303CA8. Grayscale: #BABABA. Windows color (decimal): -3161257 or 5751759. OLE color: 5751759.

HSL color Cylindrical-coordinate representation of color #CFC357: hue angle of 54º 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 #CFC357 is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.19.

Color convert

RGB20719587-
CMYK00.060.580.19
HSL54º55.56%57.65%-
HSV(B)54º57.97%81.18%-
XYZ46.9752.9816.77-
YUV186.2871.98142.78-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.33%
GREEN value IS 195 (76.56% from 255) = 39.88%
BLUE value IS 87 (34.38% from 255) = 17.79%
R=42.33%
G=39.88%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.58
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071958700.060.580.195455.5657.65
HexCFC357063A1336383a
Octal317303127067223667072
Binary11001111110000111010111011011101010011110110111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC357; }

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

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

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

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

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

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

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

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