#CFC75A

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

Shades of Tacha #CFC75A

Tints of Tacha #CFC75A

Color information

#CFC75A (or 0xCFC75A) is unknown color: approx Tacha. HEX triplet: CF, C7 and 5A. RGB value is (207,199,90). Sum of RGB (Red+Green+Blue) = 207+199+90=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 199 (78.12% from 255 or 40.12% from 496); Blue value is 90 (35.55% from 255 or 18.15% from 496); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC75A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC75A is #3038A5. Grayscale: #BDBDBD. Windows color (decimal): -3160230 or 5949391. OLE color: 5949391.

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

Color convert

RGB20719990-
CMYK00.040.570.19
HSL55.9º54.93%58.24%-
HSV(B)55.9º56.52%81.18%-
XYZ4854.8517.73-
YUV188.9772.15140.86-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.73%
GREEN value IS 199 (78.12% from 255) = 40.12%
BLUE value IS 90 (35.55% from 255) = 18.15%
R=41.73%
G=40.12%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.57
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071999000.040.570.1955.954.9358.24
HexCFC75A04391338373a
Octal317307132047123706772
Binary11001111110001111011010010011100110011111000110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC75A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC75A; }

 p { color: rgb(207,199,90); }

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

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

 a { background-color: rgb(207,199,90); }

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

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

 span { border-color: rgb(207,199,90); }

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