#CFC16A

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

Shades of Tacha #CFC16A

Tints of Tacha #CFC16A

Color information

#CFC16A (or 0xCFC16A) is unknown color: approx Tacha. HEX triplet: CF, C1 and 6A. RGB value is (207,193,106). Sum of RGB (Red+Green+Blue) = 207+193+106=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 193 (75.78% from 255 or 38.14% from 506); Blue value is 106 (41.80% from 255 or 20.95% from 506); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC16A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC16A is #303E95. Grayscale: #BBBBBB. Windows color (decimal): -3161750 or 6996431. OLE color: 6996431.

HSL color Cylindrical-coordinate representation of color #CFC16A: hue angle of 51.68º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CFC16A is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB207193106-
CMYK00.070.490.19
HSL51.68º51.27%61.37%-
HSV(B)51.68º48.79%81.18%-
XYZ47.452.4521.26-
YUV187.2782.14142.07-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.91%
GREEN value IS 193 (75.78% from 255) = 38.14%
BLUE value IS 106 (41.80% from 255) = 20.95%
R=40.91%
G=38.14%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719310600.070.490.1951.6851.2761.37
HexCFC16A07311334333d
Octal317301152076123646375
Binary11001111110000011101010011111000110011110100110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC16A; }

 p { color: rgb(207,193,106); }

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

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

 a { background-color: rgb(207,193,106); }

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

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

 span { border-color: rgb(207,193,106); }

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