#CFC05A

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

Shades of Tacha #CFC05A

Tints of Tacha #CFC05A

Color information

#CFC05A (or 0xCFC05A) is unknown color: approx Tacha. HEX triplet: CF, C0 and 5A. RGB value is (207,192,90). Sum of RGB (Red+Green+Blue) = 207+192+90=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 192 (75.39% from 255 or 39.26% from 489); Blue value is 90 (35.55% from 255 or 18.40% from 489); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC05A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC05A is #303FA5. Grayscale: #B9B9B9. Windows color (decimal): -3162022 or 5947599. OLE color: 5947599.

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

Color convert

RGB20719290-
CMYK00.070.570.19
HSL52.31º54.93%58.24%-
HSV(B)52.31º56.52%81.18%-
XYZ46.4351.717.21-
YUV184.8674.47143.79-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.33%
GREEN value IS 192 (75.39% from 255) = 39.26%
BLUE value IS 90 (35.55% from 255) = 18.40%
R=42.33%
G=39.26%
B=18.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.57
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071929000.070.570.1952.3154.9358.24
HexCFC05A07391334373a
Octal317300132077123646772
Binary11001111110000001011010011111100110011110100110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC05A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC05A; }

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

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

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

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

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

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

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

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