#CFC865

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

Shades of Tacha #CFC865

Tints of Tacha #CFC865

Color information

#CFC865 (or 0xCFC865) is unknown color: approx Tacha. HEX triplet: CF, C8 and 65. RGB value is (207,200,101). Sum of RGB (Red+Green+Blue) = 207+200+101=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 200 (78.52% from 255 or 39.37% from 508); Blue value is 101 (39.84% from 255 or 19.88% from 508); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC865 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC865 is #30379A. Grayscale: #BFBFBF. Windows color (decimal): -3159963 or 6670543. OLE color: 6670543.

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

Color convert

RGB207200101-
CMYK00.030.510.19
HSL56.04º52.48%60.39%-
HSV(B)56.04º51.21%81.18%-
XYZ48.7455.5120.46-
YUV190.8177.32139.55-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.75%
GREEN value IS 200 (78.52% from 255) = 39.37%
BLUE value IS 101 (39.84% from 255) = 19.88%
R=40.75%
G=39.37%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720010100.030.510.1956.0452.4860.39
HexCFC86503331338343c
Octal317310145036323706474
Binary1100111111001000110010101111001110011111000110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC865; }

 p { color: rgb(207,200,101); }

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

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

 a { background-color: rgb(207,200,101); }

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

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

 span { border-color: rgb(207,200,101); }

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