#CFBE67

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

Shades of Tacha #CFBE67

Tints of Tacha #CFBE67

Color information

#CFBE67 (or 0xCFBE67) is unknown color: approx Tacha. HEX triplet: CF, BE and 67. RGB value is (207,190,103). Sum of RGB (Red+Green+Blue) = 207+190+103=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 190 (74.61% from 255 or 38% from 500); Blue value is 103 (40.62% from 255 or 20.6% from 500); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBE67 is #304198. Grayscale: #B9B9B9. Windows color (decimal): -3162521 or 6799055. OLE color: 6799055.

HSL color Cylindrical-coordinate representation of color #CFBE67: hue angle of 50.19º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFBE67 is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB207190103-
CMYK00.080.500.19
HSL50.19º52%60.78%-
HSV(B)50.19º50.24%81.18%-
XYZ46.5951.0720.23-
YUV185.1681.63143.57-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.4%
GREEN value IS 190 (74.61% from 255) = 38%
BLUE value IS 103 (40.62% from 255) = 20.6%
R=41.4%
G=38%
B=20.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719010300.080.500.1950.195260.78
HexCFBE6708321332343d
Octal3172761470106223626475
Binary110011111011111011001110100011001010011110010110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBE67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBE67; }

 p { color: rgb(207,190,103); }

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

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

 a { background-color: rgb(207,190,103); }

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

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

 span { border-color: rgb(207,190,103); }

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